Mercurial > parpg-core
changeset 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 | 32faacaf6f28 |
children | 96af64cf3b81 |
files | src/parpg/components/__init__.py |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/parpg/components/__init__.py Mon Sep 05 14:47:21 2011 +0200 +++ b/src/parpg/components/__init__.py Mon Sep 05 14:49:45 2011 +0200 @@ -0,0 +1,10 @@ +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 + \ No newline at end of file