se-hub/lib/flask/testsuite/test_apps/config_module_app.py

5 lines
101 B
Python
Raw Normal View History

2015-05-09 19:00:14 +00:00
import os
import flask
here = os.path.abspath(os.path.dirname(__file__))
app = flask.Flask(__name__)