calibre-web/vendor/flask/testsuite/test_apps/config_module_app.py
2016-04-27 17:47:31 +02:00

5 lines
101 B
Python

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