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

3
setup.py Normal file
View File

@@ -0,0 +1,3 @@
def register_glue_handlers():
"""Import handlers to trigger registration. Call at app startup."""
import glue.handlers.container_handlers # noqa: F401