giantsd/giants/gameobject.py

6 lines
70 B
Python

from giants.entity import Entity
class GameObject(Entity):
pass