comparison python/moving.py @ 0:aed8eb63cdde

initial commit with non-functional python code for NGSIM
author Nicolas Saunier <nico@confins.net>
date Sun, 18 Oct 2009 22:29:24 -0400
parents
children de5642925615
comparison
equal deleted inserted replaced
-1:000000000000 0:aed8eb63cdde
1 #! /usr/bin/env python
2 '''Libraries for moving objects, trajectories...'''
3
4 import utils;
5
6 __metaclass__ = type
7
8 #class MovingObject: