mirror of
https://github.com/kevin-DL/ShortMe-URL-Shortener.git
synced 2026-01-11 11:04:28 +00:00
6 lines
111 B
Python
6 lines
111 B
Python
from app.setup.setup import create_app
|
|
|
|
CONFIG_FILE = 'settings.py'
|
|
|
|
app = create_app(config_file=CONFIG_FILE)
|