diff options
Diffstat (limited to 'app/main/__init__.py')
| -rw-r--r-- | app/main/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/main/__init__.py b/app/main/__init__.py index 2cb605e..2612509 100644 --- a/app/main/__init__.py +++ b/app/main/__init__.py @@ -4,6 +4,6 @@ from flask import Blueprint bp = Blueprint('main', __name__) -from app.main import routes +from app.main import routes, demo |
