Files
data-ge/app/__init__.py
2025-10-29 00:38:57 +08:00

4 lines
55 B
Python

from .main import create_app
__all__ = ["create_app"]