1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-02-07 22:50:06 +00:00

5 lines
90 B
Python
Raw Normal View History

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