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

4 lines
65 B
Python
Raw Normal View History

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