Files
ecm_sync_system/ui/__init__.py
T
strepsiades 4a9c444b10 first commit
2026-03-09 16:31:42 +08:00

4 lines
54 B
Python

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