Add docstring.
This commit is contained in:
parent
5f2ca88176
commit
f515165140
@ -7,6 +7,12 @@ import os.path
|
||||
import flask
|
||||
|
||||
|
||||
"""Minimal flask webserver serving a Hello World via SSL.
|
||||
|
||||
This script gets called as a QProcess from integration/conftest.py.
|
||||
"""
|
||||
|
||||
|
||||
app = flask.Flask(__name__)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user