Add docstring.

This commit is contained in:
Florian Bruhin 2016-01-12 23:51:36 +01:00
parent 5f2ca88176
commit f515165140

View File

@ -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__)