Mercurial > parpg-core
view src/parpg/components/__init__.py @ 96:137045aa4d73
Added the Equip component to the __init__.py of the components package.
author | KarstenBock@gmx.net |
---|---|
date | Wed, 21 Sep 2011 16:46:36 +0200 |
parents | 0f659c7675f6 |
children | 9b5498e3bda0 |
line wrap: on
line source
from CharacterStatistics import CharacterStatistics from containable import Containable from container import Container from description import Description from dialogue import Dialogue from fifeagent import FifeAgent from lockable import Lockable from usable import Usable from change_map import ChangeMap from equipable import Equipable from equip import Equip