From 51f02ff5c836f767f8fb5d67d4984ad69e63f577 Mon Sep 17 00:00:00 2001 From: Daniel Dolezal Date: Wed, 1 Apr 2026 14:38:49 +0200 Subject: [PATCH] add quart common submodule --- .gitmodules | 3 +++ quart_common | 1 + 2 files changed, 4 insertions(+) create mode 160000 quart_common diff --git a/.gitmodules b/.gitmodules index 1afe1b9..96a2470 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "my_helpers"] path = my_helpers url = git@git.yiprawr.dev:daniel156161/python-helper-modules.git +[submodule "quart_common"] + path = quart_common + url = git@git.yiprawr.dev:submodules/python-quart-common.git diff --git a/quart_common b/quart_common new file mode 160000 index 0000000..80d6d12 --- /dev/null +++ b/quart_common @@ -0,0 +1 @@ +Subproject commit 80d6d123df3640eed3364122509c46826ea86473