Mercurial > parpg-core
comparison src/parpg/components/__init__.py @ 65:765cb0c16f20
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 | 5ac50245e42c |
children | 2265d69ba57c |
comparison
equal
deleted
inserted
replaced
64:32faacaf6f28 | 65:765cb0c16f20 |
---|---|
1 from Behavior import Behavior | |
2 from CharacterStatistics import CharacterStatistics | |
3 from containable import Containable | |
4 from container import Container | |
5 from description import Description | |
6 from dialog import Dialog | |
7 from fifeagent import FifeAgent | |
8 from lockable import Lockable | |
9 from usable import Usable | |
10 |