aboutsummaryrefslogtreecommitdiff
path: root/app/main/__init__.py
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-05-08 18:34:11 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-05-08 18:34:11 +0100
commite11bc31b55df43c0ded49672ad96fde9752e4e9e (patch)
tree50c2e590b8d7fb529b48b67756bab526fe257fa7 /app/main/__init__.py
parentAdd update/credit flags to user table (diff)
downloadAnnotateChange-e11bc31b55df43c0ded49672ad96fde9752e4e9e.tar.gz
AnnotateChange-e11bc31b55df43c0ded49672ad96fde9752e4e9e.zip
Update code for public release
Diffstat (limited to 'app/main/__init__.py')
-rw-r--r--app/main/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/main/__init__.py b/app/main/__init__.py
index 2612509..bfceafa 100644
--- a/app/main/__init__.py
+++ b/app/main/__init__.py
@@ -1,5 +1,9 @@
# -*- coding: utf-8 -*-
+# Author: G.J.J. van den Burg <gvandenburg@turing.ac.uk>
+# License: See LICENSE file
+# Copyright: 2020 (c) The Alan Turing Institute
+
from flask import Blueprint
bp = Blueprint('main', __name__)