aboutsummaryrefslogtreecommitdiff
path: root/annotate_change.py
diff options
context:
space:
mode:
Diffstat (limited to 'annotate_change.py')
-rw-r--r--annotate_change.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/annotate_change.py b/annotate_change.py
new file mode 100644
index 0000000..0aa4765
--- /dev/null
+++ b/annotate_change.py
@@ -0,0 +1,6 @@
+# -*- coding: utf-8 -*-
+
+from app import create_app, db, cli
+
+app = create_app()
+cli.register(app)