From d1da6ed6b0a6911c3b24e012ea051c9253ce8479 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 10 Dec 2018 22:43:10 +0100 Subject: pull in dulldream celery server --- server/app/main/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 server/app/main/__init__.py (limited to 'server/app/main/__init__.py') 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 -- cgit v1.2.3-70-g09d2