Anpassungen und Reduzierung auf OCR

This commit is contained in:
2025-01-17 23:11:10 +00:00
parent f3cd175ae6
commit a569b9a1ab
7 changed files with 289 additions and 511 deletions

6
app_factory.py Normal file
View File

@@ -0,0 +1,6 @@
from flask import Flask
# Erstelle die Flask-App
app = Flask(__name__)
# Konfigurationen und Erweiterungen hier hinzufügen