00001 import os 00002 __all__ = ["script"] 00003 if os.path.exists(os.path.join(os.path.dirname(__file__), "lib", "__init__.py")): 00004 __all__.append("lib")