Declarative relation registry via defrelation s-expressions with cardinality enforcement (one-to-one, one-to-many, many-to-many), registry-aware relate/unrelate/can-relate API endpoints, generic container-nav fragment, and relation-driven UI components. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 lines
169 B
Python
4 lines
169 B
Python
from .data.routes import register as register_data
|
|
from .actions.routes import register as register_actions
|
|
from .fragments.routes import register as register_fragments
|