code-moniker-workspace 0.7.1

Workspace model, ports, snapshots, linkage, and change analysis for code-moniker.
Documentation
1
2
3
4
5
6
from orders_service.registry import registry


def register_defaults() -> int:
    registry.register("orders")
    return registry.count()