From 45bf2ad8707b67b2f756c80edb877a6bfe3897fb Mon Sep 17 00:00:00 2001 From: stilbruch Date: Wed, 6 Apr 2022 13:50:32 -0500 Subject: Workout table and user relationship works --- app/tables/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/tables/__init__.py (limited to 'app/tables/__init__.py') 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 * -- cgit v1.2.3