diff grease/controller/__init__.py @ 5:bc88f7d5ca8b

Added base files for grease
author KarstenBock@gmx.net
date Tue, 12 Jul 2011 10:16:48 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/grease/controller/__init__.py	Tue Jul 12 10:16:48 2011 +0200
@@ -0,0 +1,4 @@
+
+__all__ = ('EulerMovement',)
+
+from grease.controller.integrator import EulerMovement