Files
ShortMe-URL-Shortener/app/app.py
2021-03-24 15:13:32 +02:00

6 lines
111 B
Python

from app.setup.setup import create_app
CONFIG_FILE = 'settings.py'
app = create_app(config_file=CONFIG_FILE)