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