add __init__ file

renamed flags and types
develop
doomchild 2010-06-17 16:26:53 -05:00
parent fa8238af08
commit 5b71ac7dae
3 changed files with 14 additions and 0 deletions

@ -0,0 +1,14 @@
import context
__all__ = [ "buildings",
"constructions",
"context",
"creatures",
"dftypes",
"flags",
"gui",
"items",
"maps",
"materials",
"position"
"vegetation" ]