Flask 활용한 To-Do-List 디렉토리 구조 /work/intern/python/flask ├── README.md ├── __pycache__ │ ├── app.cpython-310.pyc │ └── hello.cpython-310.pyc ├── app.py ├── instance │ └── database.db └── templates └── index.html