mirror of
https://github.com/TrentSPalmer/todo_app_flask.git
synced 2025-06-07 08:43:12 -07:00
6 lines
67 B
Python
6 lines
67 B
Python
#!/usr/bin/env python3
|
|
|
|
from app import init_app
|
|
|
|
app = init_app()
|