Spaces:
Sleeping
Sleeping
| """REST surface (v1) mirroring the SDK 1:1.""" | |
| from .app import API_PREFIX, RestService, create_app, dispatch, serve | |
| from .routes import ROUTES | |
| __all__ = ["API_PREFIX", "RestService", "create_app", "dispatch", "serve", "ROUTES"] | |