From a31672b1c401449c8a08c5d16d4f1e75b357f827 Mon Sep 17 00:00:00 2001 From: annika koenig Date: Wed, 17 Jun 2026 17:15:53 +0200 Subject: [PATCH] =?UTF-8?q?aoo=20py=20ver=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/app.py | 2 +- frage.py => app/frage.py | 0 hallo.py => app/hallo.py | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename frage.py => app/frage.py (100%) rename hallo.py => app/hallo.py (100%) diff --git a/app/app.py b/app/app.py index 7a2bd06..3bc428a 100644 --- a/app/app.py +++ b/app/app.py @@ -1,4 +1,4 @@ -from flask import Flask, request +from flask import Flask, request, redirect app = Flask(__name__) diff --git a/frage.py b/app/frage.py similarity index 100% rename from frage.py rename to app/frage.py diff --git a/hallo.py b/app/hallo.py similarity index 100% rename from hallo.py rename to app/hallo.py