view src/parpg/bGrease/controller/__init__.py @ 200:13433b3e55ce

Changed id of ALL agents to make them usable in scripts
author KarstenBock@gmx.net
date Mon, 12 Dec 2011 22:09:20 +0100
parents 0f659c7675f6
children
line wrap: on
line source


__all__ = ('EulerMovement',)

from parpg.bGrease.controller.integrator import EulerMovement