feat: add shared library as git submodule
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
giles
2026-02-09 23:44:15 +00:00
parent 3c0fa45f8c
commit 59a69ed320
4 changed files with 13 additions and 0 deletions

2
app.py
View File

@@ -1,5 +1,7 @@
from __future__ import annotations
import path_setup # noqa: F401 # adds shared_lib to sys.path
from quart import g
from shared.factory import create_base_app