baoxiang/backend/app/routers/__init__.py

5 lines
109 B
Python
Raw Normal View History

2025-12-16 18:06:50 +08:00
# Routers package
from . import auth, user, game, websocket
__all__ = ["auth", "user", "game", "websocket"]