diff options
| author | FivePixels <o5pxels@gmail.com> | 2022-04-23 15:58:33 -0500 |
|---|---|---|
| committer | FivePixels <o5pxels@gmail.com> | 2022-04-23 15:58:33 -0500 |
| commit | b45e96d88485f7c9a7b6281b781218e180a43e94 (patch) | |
| tree | f942eec8ed16ee48008c81d519639b9f761f5d34 /app/routes/__init__.py | |
| parent | 628e47b4b8243fa7e84703f3f71c3de19c5baa65 (diff) | |
| parent | 4f1e55112138a1f3b4be3bf23e3740ae3effac35 (diff) | |
| download | Strengthy-b45e96d88485f7c9a7b6281b781218e180a43e94.tar.xz Strengthy-b45e96d88485f7c9a7b6281b781218e180a43e94.zip | |
Merge branch 'master' of stilbruch.xyz:strengthy
Diffstat (limited to 'app/routes/__init__.py')
| -rw-r--r-- | app/routes/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/routes/__init__.py b/app/routes/__init__.py new file mode 100644 index 0000000..09fcbf3 --- /dev/null +++ b/app/routes/__init__.py @@ -0,0 +1,4 @@ +from routes.api import * +from routes.user import * +from routes.workout import * +from routes.basic import * |
