rework prof data using dataclass, change database code, fix bugs

This commit is contained in:
WorldTeacher
2024-09-23 15:45:42 +02:00
parent e91a40695a
commit cd74214c17
10 changed files with 150 additions and 65 deletions

View File

@@ -1,7 +1,7 @@
import hashlib
import random
from src.backend.database import Database
from .database import Database
# change passwords for apparats, change passwords for users, list users, create and delete users etc