diff options
| author | stilbruch <stilbruch@protonail.com> | 2022-05-04 18:13:20 -0500 |
|---|---|---|
| committer | stilbruch <stilbruch@protonail.com> | 2022-05-04 18:13:20 -0500 |
| commit | 6a92fe73a176164197706965c82ea98b08bbc2bd (patch) | |
| tree | b2ad6ba3ae765b35f8c50c491356ef4daadb4902 /app/routes/__init__.py | |
| parent | cd14ca37470771042d05e2ece187acf568c41058 (diff) | |
| download | Strengthy-6a92fe73a176164197706965c82ea98b08bbc2bd.tar.xz Strengthy-6a92fe73a176164197706965c82ea98b08bbc2bd.zip | |
Fix tests
Diffstat (limited to 'app/routes/__init__.py')
| -rw-r--r-- | app/routes/__init__.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/routes/__init__.py b/app/routes/__init__.py index 74d72db..e75fa83 100644 --- a/app/routes/__init__.py +++ b/app/routes/__init__.py @@ -1,5 +1,5 @@ -from routes.api import * -from routes.basic import * -from routes.progress import * -from routes.user import * -from routes.workout import * +from .api import * +from .basic import * +from .progress import * +from .user import * +from .workout import * |
