TelegramAktienBot/api/app.py

6 lines
150 B
Python
Raw Normal View History

from app import create_app
2022-04-04 13:11:07 +00:00
# Create an application instance that web servers can use.
application = create_app('config/flask.cfg')
application.run()