diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-12-10 22:43:10 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-12-10 22:43:10 +0100 |
| commit | d1da6ed6b0a6911c3b24e012ea051c9253ce8479 (patch) | |
| tree | 0a34f3cb34ff150c5ce85dafcec67315e80f2914 /server/app/main/__init__.py | |
| parent | 774be2b5323e4bc4b0a61f1ff998fd910627d23b (diff) | |
pull in dulldream celery server
Diffstat (limited to 'server/app/main/__init__.py')
| -rw-r--r-- | server/app/main/__init__.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/server/app/main/__init__.py b/server/app/main/__init__.py new file mode 100644 index 00000000..a21e2754 --- /dev/null +++ b/server/app/main/__init__.py @@ -0,0 +1,5 @@ +from flask import Blueprint + +main = Blueprint('main', __name__) + +from . import views, errors, tasks, utils
\ No newline at end of file |
