chore: Aktualisierung der Codebasis und Verbesserung der Struktur für bessere Wartbarkeit
This commit is contained in:
7
app.py
7
app.py
@@ -29,9 +29,10 @@ import os
|
||||
|
||||
# Modelle importieren
|
||||
from models import (
|
||||
db, User, Thought, Comment, MindMapNode, ThoughtRelation, ThoughtRating,
|
||||
RelationType, Category, UserMindmap, UserMindmapNode, MindmapNote,
|
||||
node_thought_association, user_thought_bookmark, node_relationship
|
||||
db, User, Thought, Comment, MindMapNode, ThoughtRelation, ThoughtRating,
|
||||
RelationType, Category, UserMindmap, UserMindmapNode, MindmapNote,
|
||||
node_thought_association, user_thought_bookmark, node_relationship,
|
||||
MindmapShare, PermissionType
|
||||
)
|
||||
|
||||
# Lade .env-Datei
|
||||
|
||||
Reference in New Issue
Block a user