Test pipeline

This commit is contained in:
Administrator 2022-04-04 15:11:07 +02:00
parent 884c3f98cc
commit 2eb5fe133e

View File

@ -1,4 +1,5 @@
from app import create_app
# Create an application instance that web servers can use.
application = create_app('config/flask.cfg')
application.run()