diff options
Diffstat (limited to 'app/routes')
| -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 * |
