5 lines
91 B
Python
5 lines
91 B
Python
from app import create_app
|
|
|
|
application = create_app('config/flask.cfg')
|
|
application.run()
|