view bGrease/controller/__init__.py @ 41:ff3e395abf91

Renamed grease to bGrease (Basic Grease) to get rid of conflicts with an already installed grease.
author KarstenBock@gmx.net
date Mon, 05 Sep 2011 15:00:34 +0200
parents grease/controller/__init__.py@bc88f7d5ca8b
children e856b604b650
line wrap: on
line source


__all__ = ('EulerMovement',)

from bGrease.controller.integrator import EulerMovement