Mercurial > parpg-source
view components/__init__.py @ 40:2e3ab06a2f47
Made the component classes available in the __ini__.py file of the components package
author | KarstenBock@gmx.net |
---|---|
date | Mon, 05 Sep 2011 14:49:45 +0200 |
parents | 9c7a96c6fe41 |
children | 66a06de1bddc |
line wrap: on
line source
from Behavior import Behavior from CharacterStatistics import CharacterStatistics from containable import Containable from container import Container from description import Description from dialog import Dialog from fifeagent import FifeAgent from lockable import Lockable from usable import Usable