Files
YG_FT/backend/app/modules/auth/__init__.py
2026-07-27 09:12:47 +08:00

4 lines
65 B
Python

from app.modules.auth.router import router
__all__ = ["router"]