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