"""In-memory Graph-of-Contracts (GoC) registry for CityGrid MVP."""
from .registry import GoCRegistry
__all__ = ["GoCRegistry"]