Enhance code structure

This commit is contained in:
Patrick Jentsch
2024-04-10 13:34:48 +02:00
parent 84e1755a57
commit 268da220d2
26 changed files with 104 additions and 50 deletions

View File

@ -33,6 +33,9 @@ scheduler = APScheduler()
socketio = SocketIO()
# TODO: Create export for lemmatized corpora
def create_app(config: Config = Config) -> Flask:
''' Creates an initialized Flask (WSGI Application) object. '''
app = Flask(__name__)