API and database models refactoring

This commit is contained in:
2025-09-20 20:17:16 +02:00
parent 91a0a13daa
commit c494c5b5c6
65 changed files with 931 additions and 487 deletions

View File

@@ -4,7 +4,7 @@ import uuid
import pytest
from middleware.auth import AuthManager
from models.database_models import User
from models.database.user import User
@pytest.fixture(scope="session")