Spaces:
Running
Running
| """ | |
| 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"] | |