CvRag / app.py
Ork Hossain Muntaqin
ft
2c9f0c2
raw
history blame contribute delete
104 Bytes
"""Backward-compatible entrypoint for the FastAPI app."""
from cvrag.main import app
__all__ = ["app"]