diff options
| author | stilbruch <stilbruch@protonmail.com> | 2022-04-06 13:50:32 -0500 |
|---|---|---|
| committer | stilbruch <stilbruch@protonmail.com> | 2022-04-06 13:50:32 -0500 |
| commit | 45bf2ad8707b67b2f756c80edb877a6bfe3897fb (patch) | |
| tree | 4ebbb8eea62af889c940e561b75c4175e6d75965 /app/tables/__init__.py | |
| parent | d0c2bb02d91382d99d72ce5e80b321a53a80e576 (diff) | |
| download | Strengthy-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__.py | 2 |
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 * |
