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:41:50 +00:00
parent 6271a715a1
commit dc7c989834
4 changed files with 12 additions and 0 deletions

1
app.py
View File

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