Mercurial > parpg-source
view bGrease/controller/__init__.py @ 149:86656563555e
Created parpg.py and moved code from parpg\main.py to it.
author | KarstenBock@gmx.net |
---|---|
date | Mon, 10 Oct 2011 15:12:33 +0200 |
parents | e856b604b650 |
children |
line wrap: on
line source
__all__ = ('EulerMovement',) from parpg.bGrease.controller.integrator import EulerMovement