summaryrefslogtreecommitdiff
path: root/app/tables/__init__.py
diff options
context:
space:
mode:
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 *