Anpassungen und Reduzierung auf OCR
This commit is contained in:
6
app_factory.py
Normal file
6
app_factory.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from flask import Flask
|
||||
|
||||
# Erstelle die Flask-App
|
||||
app = Flask(__name__)
|
||||
|
||||
# Konfigurationen und Erweiterungen hier hinzufügen
|
||||
Reference in New Issue
Block a user