====== LU06.L06 - Todo-Liste mit Blueprints ====== ===== main.py ===== Alle Routes wurde ausgelagert. {{gh>https://github.com/templates-python/m323-lu06-a06-blueprints/blob/solution/main.py}} ===== todo_blueprint.py ===== {{gh>https://github.com/templates-python/m323-lu06-a06-blueprints/blob/solution/todo_blueprint.py}} ===== user_blueprint.py ===== {{gh>https://github.com/templates-python/m323-lu06-a06-blueprints/blob/solution/user_blueprint.py}}