summaryrefslogtreecommitdiff
path: root/app/tables/__init__.py
diff options
context:
space:
mode:
authorstilbruch <stilbruch@protonmail.com>2022-04-06 13:50:32 -0500
committerstilbruch <stilbruch@protonmail.com>2022-04-06 13:50:32 -0500
commit45bf2ad8707b67b2f756c80edb877a6bfe3897fb (patch)
tree4ebbb8eea62af889c940e561b75c4175e6d75965 /app/tables/__init__.py
parentd0c2bb02d91382d99d72ce5e80b321a53a80e576 (diff)
downloadStrengthy-45bf2ad8707b67b2f756c80edb877a6bfe3897fb.tar.xz
Strengthy-45bf2ad8707b67b2f756c80edb877a6bfe3897fb.zip
Workout table and user relationship works
Diffstat (limited to 'app/tables/__init__.py')
-rw-r--r--app/tables/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/tables/__init__.py b/app/tables/__init__.py
new file mode 100644
index 0000000..e67eb21
--- /dev/null
+++ b/app/tables/__init__.py
@@ -0,0 +1,2 @@
+from tables.user import User
+from tables.workout import *