Files
brackets/backend/app/routes/tournaments/__init__.py
T
2026-02-11 23:54:42 +01:00

7 lines
199 B
Python

# backend/app/routes/tournaments/__init__.py
from fastapi import APIRouter
router = APIRouter(prefix="/tournaments", tags=["Tournaments"])
from . import report, courts, matches, teams, tournaments