baoxiang/backend/app/routers/__init__.py
2025-12-16 18:06:50 +08:00

5 lines
109 B
Python

# Routers package
from . import auth, user, game, websocket
__all__ = ["auth", "user", "game", "websocket"]