5 lines
89 B
Python
5 lines
89 B
Python
# Games router package
|
|
from app.routers.games.router import router
|
|
|
|
__all__ = ["router"]
|