data_annotation_platform/annotate_change.py (3 lines of code) (raw):
# -*- 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)