view grease/controller/__init__.py @ 35:895be696ae86

Added functions to create entities.
author KarstenBock@gmx.net
date Mon, 05 Sep 2011 14:43:48 +0200
parents bc88f7d5ca8b
children
line wrap: on
line source


__all__ = ('EulerMovement',)

from grease.controller.integrator import EulerMovement