flask/tests/test_apps/config_package_app/__init__.py
Markus Unterwaditzer 3550b26071 Move tests
2014-09-11 22:09:50 +02:00

4 lines
101 B
Python

import os
import flask
here = os.path.abspath(os.path.dirname(__file__))
app = flask.Flask(__name__)