Jacobina / api /__init__.py
marinarosa's picture
initial commit
be82719
Raw
History Blame Contribute Delete
266 Bytes
"""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.
"""