diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/python/moving.py	Sun Oct 18 22:29:24 2009 -0400
@@ -0,0 +1,8 @@
+#! /usr/bin/env python
+'''Libraries for moving objects, trajectories...'''
+
+import utils;
+
+__metaclass__ = type
+
+#class MovingObject: