Files
cultivation-world-simulator/src/front/__init__.py
2025-09-12 00:00:33 +08:00

6 lines
46 B
Python

from .app import Front
__all__ = ["Front"]