diff options
| author | stilbruch <stilbruch@protonail.com> | 2022-05-02 18:15:48 -0500 |
|---|---|---|
| committer | stilbruch <stilbruch@protonail.com> | 2022-05-02 18:15:48 -0500 |
| commit | 1c67242cd8a48c3138e3cec9ddfe8430d51b036b (patch) | |
| tree | 76c1dc19bcacaa6d42a0c14695366611eaf2a6b2 /app/routes/__init__.py | |
| parent | 116a7a47023ce18f7a54729f7da77eff674f8c0c (diff) | |
| download | Strengthy-1c67242cd8a48c3138e3cec9ddfe8430d51b036b.tar.xz Strengthy-1c67242cd8a48c3138e3cec9ddfe8430d51b036b.zip | |
Start exercise progress page
Diffstat (limited to 'app/routes/__init__.py')
| -rw-r--r-- | app/routes/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/routes/__init__.py b/app/routes/__init__.py index 09fcbf3..74d72db 100644 --- a/app/routes/__init__.py +++ b/app/routes/__init__.py @@ -1,4 +1,5 @@ from routes.api import * +from routes.basic import * +from routes.progress import * from routes.user import * from routes.workout import * -from routes.basic import * |
