view bGrease/controller/__init__.py @ 68:8915ff6183b0

Added equip to the usable components of the World class.
author KarstenBock@gmx.net
date Wed, 21 Sep 2011 16:48:01 +0200
parents e856b604b650
children
line wrap: on
line source


__all__ = ('EulerMovement',)

from parpg.bGrease.controller.integrator import EulerMovement