fastapi-rag-qa / app /api /__init__.py
tasmimulhuda's picture
application addd
abb6f94
raw
history blame
81 Bytes
from app.api.answer import answer_router
from app.api.upload import upload_router