#! /usr/bin/env python
'''Libraries for moving objects, trajectories...'''

import utils;

__metaclass__ = type

#class MovingObject:
