Mercurial > parpg-source
view grease/controller/__init__.py @ 16:5c587a0d9ad7
Added clause when the containable should just be added to end of the list
author | KarstenBock@gmx.net |
---|---|
date | Mon, 01 Aug 2011 08:44:31 +0200 |
parents | bc88f7d5ca8b |
children |
line wrap: on
line source
__all__ = ('EulerMovement',) from grease.controller.integrator import EulerMovement