ruslanmv's picture
Deploy Matrix Context Console
ce45eb0 verified
Raw
History Blame Contribute Delete
230 Bytes
"""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"]