summaryrefslogtreecommitdiff
path: root/app/tables/__init__.py
diff options
context:
space:
mode:
authorstilbruch <stilbruch@protonail.com>2022-05-04 18:13:20 -0500
committerstilbruch <stilbruch@protonail.com>2022-05-04 18:13:20 -0500
commit6a92fe73a176164197706965c82ea98b08bbc2bd (patch)
treeb2ad6ba3ae765b35f8c50c491356ef4daadb4902 /app/tables/__init__.py
parentcd14ca37470771042d05e2ece187acf568c41058 (diff)
downloadStrengthy-6a92fe73a176164197706965c82ea98b08bbc2bd.tar.xz
Strengthy-6a92fe73a176164197706965c82ea98b08bbc2bd.zip
Fix tests
Diffstat (limited to 'app/tables/__init__.py')
-rw-r--r--app/tables/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/tables/__init__.py b/app/tables/__init__.py
index e67eb21..4ee4f41 100644
--- a/app/tables/__init__.py
+++ b/app/tables/__init__.py
@@ -1,2 +1,2 @@
-from tables.user import User
-from tables.workout import *
+from .user import *
+from .workout import *