Initial glue layer: models, services, handlers, setup

This commit is contained in:
giles
2026-02-11 19:19:05 +00:00
commit f57c765cac
10 changed files with 263 additions and 0 deletions

2
models/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
from .container_relation import ContainerRelation
from .menu_node import MenuNode