PiedPiper / app.py
RajatA98's picture
Initial PiedPiper Space build - Dockerfile + backend + 160-track catalog
fe19082 verified
Raw
History Blame
187 Bytes
"""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