todo_app_flask/todo.py
2021-01-20 01:36:22 -08:00

6 lines
67 B
Python

#!/usr/bin/env python3
from app import init_app
app = init_app()