TelegramAktienBot/api/app.py
2022-04-04 15:11:07 +02:00

6 lines
150 B
Python

from app import create_app
# Create an application instance that web servers can use.
application = create_app('config/flask.cfg')
application.run()