File size: 187 Bytes
fe19082
 
 
 
 
1
2
3
4
5
6
"""Hugging Face Space entry point — re-exports the FastAPI app from the
`backend` package so the Dockerfile's `uvicorn app:app` finds it.
"""

from backend.api import app  # noqa: F401