1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-07-15 08:14:25 +00:00
calibre-web/lib/flask/testsuite/test_apps/main_app.py

5 lines
90 B
Python
Raw Normal View History

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