chore: Aktualisierung der Codebasis und Verbesserung der Struktur für bessere Wartbarkeit

This commit is contained in:
2025-05-10 23:15:45 +02:00
parent 1600647bc4
commit c51a8e23ca
6 changed files with 40 additions and 4 deletions

7
app.py
View File

@@ -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