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