adb81a7
1
2
3
4
5
6
7
from fastapi.routing import APIRouter consult_router = APIRouter( prefix="/api/consult", tags=["consult"] ) from . import views