from fastapi.routing import APIRouter report_router = APIRouter( prefix="/api/report", tags=["report"] ) from . import views