File size: 216 Bytes
effde1c | 1 2 3 4 5 6 7 | """Backend package for demo API and adapters."""
__all__ = ["api", "universe", "adapters", "prover_adapter"]
# Backend package initializer
# This file makes `backend` a Python package so tests can import it.
|