mirror of https://github.com/mitsuhiko/flask.git
Kenneth Reitz
8 years ago
2 changed files with 2 additions and 17 deletions
@ -1,15 +0,0 @@
|
||||
# -*- coding: utf-8 -*- |
||||
""" |
||||
Flaskr |
||||
~~~~~~ |
||||
|
||||
A microblog example application written as Flask tutorial with |
||||
Flask and sqlite3. |
||||
|
||||
:copyright: (c) 2015 by Armin Ronacher. |
||||
:license: BSD, see LICENSE for more details. |
||||
""" |
||||
|
||||
from flaskr.factory import create_app |
||||
|
||||
app = create_app() |
Loading…
Reference in new issue