Files
mtgonline/backend/app/routers/games/__init__.py
T

5 lines
89 B
Python

# Games router package
from app.routers.games.router import router
__all__ = ["router"]