summaryrefslogtreecommitdiff
path: root/app/routes/__init__.py
diff options
context:
space:
mode:
authorstilbruch <stilbruch@protonmail.com>2022-04-23 14:15:35 -0500
committerstilbruch <stilbruch@protonmail.com>2022-04-23 14:15:35 -0500
commit404bba9d518271533d5e4c83dabd8541726bf248 (patch)
treeeaf3abad243810279cd62e50b418aca1203f81a4 /app/routes/__init__.py
parent5d08424481a8a6ae1b69c96a6ee43394d9aa8963 (diff)
downloadStrengthy-404bba9d518271533d5e4c83dabd8541726bf248.tar.xz
Strengthy-404bba9d518271533d5e4c83dabd8541726bf248.zip
Move routes into seperate folder
Diffstat (limited to 'app/routes/__init__.py')
-rw-r--r--app/routes/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/routes/__init__.py b/app/routes/__init__.py
new file mode 100644
index 0000000..e243576
--- /dev/null
+++ b/app/routes/__init__.py
@@ -0,0 +1,3 @@
+from routes.user import *
+from routes.workout import *
+from routes.basic import *