mirror of
https://github.com/janeczku/calibre-web
synced 2024-12-12 11:10:30 +00:00
5 lines
90 B
Python
5 lines
90 B
Python
|
import flask
|
||
|
|
||
|
# Test Flask initialization with main module.
|
||
|
app = flask.Flask('__main__')
|