1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-07-03 18:43:16 +00:00
calibre-web/vendor/flask/testsuite/test_apps/main_app.py
2016-04-27 17:47:31 +02:00

5 lines
90 B
Python

import flask
# Test Flask initialization with main module.
app = flask.Flask('__main__')