Mercurial > eagle-eye
annotate pyikriam/__init__.py @ 166:f7fd2738b9b4
Move Ikariam out of __init__.py to ikariam.py.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Sun, 02 Nov 2008 00:59:00 +0800 |
parents | e49137521123 |
children | 6ab01f709650 |
rev | line source |
---|---|
166
f7fd2738b9b4
Move Ikariam out of __init__.py to ikariam.py.
Thinker K.F. Li <thinker@branda.to>
parents:
162
diff
changeset
|
1 from ikariam import Ikariam |
62 | 2 |
166
f7fd2738b9b4
Move Ikariam out of __init__.py to ikariam.py.
Thinker K.F. Li <thinker@branda.to>
parents:
162
diff
changeset
|
3 __all__ = ('Ikariam') |