ReMe/experiencemaker/__init__.py
2025-07-15 19:52:48 +08:00

5 lines
65 B
Python

from .app import main
__version__ = "0.1.0"
__all__ = ["main"]