__init__.py 151 B

12345
  1. import os
  2. __all__ = ["script", "temporal"]
  3. if os.path.exists(os.path.join(os.path.dirname(__file__), "lib", "__init__.py")):
  4. __all__.append("lib")