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