mirror of
https://github.com/TrentSPalmer/todo_app_flask.git
synced 2024-11-23 17:01:30 -08:00
6 lines
67 B
Python
6 lines
67 B
Python
|
#!/usr/bin/env python3
|
||
|
|
||
|
from app import init_app
|
||
|
|
||
|
app = init_app()
|