Files
YG_FT/backend/app/modules/system/__init__.py

4 lines
67 B
Python
Raw Normal View History

2026-07-27 09:12:47 +08:00
from app.modules.system.router import router
__all__ = ["router"]