====== LU06.L04 - Erstellen einer RESTful API für die ToDo-Liste mit Flask ====== ===== main.py===== {{gh>https://github.com/templates-python/m323-lu06-a04-restful/blob/solution/main.py}} ===== todo_dao.py===== {{gh>https://github.com/templates-python/m323-lu06-a04-restful/blob/solution/todo_dao.py}} ===== todo_item.py===== {{gh>https://github.com/templates-python/m323-lu06-a04-restful/blob/solution/todo_item.py}}