aboutsummaryrefslogtreecommitdiff
path: root/annotate_change.py
blob: d8a953dc2a89cf3e39d050aacbea387cc3342e94 (plain)
1
2
3
4
5
6
7
8
9
10
# -*- 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 app import create_app, db, cli

app = create_app()
cli.register(app)