átlagos kiegészítséek jó sok

This commit is contained in:
Roo
2026-03-22 11:02:05 +00:00
parent f53e0b53df
commit 5d44339f21
249 changed files with 20922 additions and 2253 deletions

View File

@@ -1,4 +1,4 @@
# /opt/docker/dev/service_finder/backend/app/test_gamification_flow.py
# /opt/docker/dev/service_finder/backend/app/tests_internal/test_gamification_flow.py
import asyncio
import os
import sys
@@ -12,7 +12,7 @@ load_dotenv()
# MB2.0 Importok
from app.database import AsyncSessionLocal
from app.models.identity import User
from app.models.system import UserStats, PointsLedger
from app.models import UserStats, PointsLedger
from app.services.social_service import SocialService
from app.schemas.social import ServiceProviderCreate