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