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