view bGrease/controller/__init__.py @ 67:1a450a764817

Added the Equip component to the __init__.py of the components package.
author KarstenBock@gmx.net
date Wed, 21 Sep 2011 16:46:36 +0200
parents e856b604b650
children
line wrap: on
line source


__all__ = ('EulerMovement',)

from parpg.bGrease.controller.integrator import EulerMovement