diff options
Diffstat (limited to 'annotate_change_v2.py')
| -rw-r--r-- | annotate_change_v2.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/annotate_change_v2.py b/annotate_change_v2.py index 65959cb..0aa4765 100644 --- a/annotate_change_v2.py +++ b/annotate_change_v2.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- -from app import create_app, db +from app import create_app, db, cli app = create_app() +cli.register(app) |
