Spaces:
Running
Running
| """Server package exposing ASGI app for `uvicorn server:app`.""" | |
| from server.app import app, main | |
| __all__ = ["app", "main"] | |
| """Server package exposing ASGI app for `uvicorn server:app`.""" | |
| from server.app import app, main | |
| __all__ = ["app", "main"] | |