1ff1e61
1
2
3
4
5
6
7
8
9
10
""" Root-level FastAPI app entry point for Hugging Face Spaces Imports and re-exports the tile server app from backend """ from backend.app import app # This ensures uvicorn can find and run the app __all__ = ["app"]