Spaces:
Sleeping
Sleeping
File size: 266 Bytes
be82719 | 1 2 3 4 5 6 7 | """JSON API layer for the Jacobina Space.
Thin, framework-free handlers between the custom frontend and the vendored
``miru_tracer`` core. Every function takes and returns plain JSON-serializable
values; ``app.py`` registers them on the ``gr.Server`` instance.
"""
|