TelegramAktienBot/api/app.py
H4CK3R-01 21d2bc334c Tests
- Improved directory structure
- Added functional and unit tests
2022-03-30 10:46:54 +02:00

7 lines
211 B
Python

from app import create_app
# Call the application factory function to construct a Flask application
# instance using the development configuration
application = create_app('config/flask.cfg')
application.run()