Add CarPass gamification scoring foundation

This commit is contained in:
VPN SaaS Dev
2026-05-12 20:06:25 +09:00
parent 34035a27cb
commit 8ef59a6446
10 changed files with 1430 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ from app.core.config import settings
from app.db.base import Base
from app.db.session import get_session
from app.main import app
from app.models import car, expense, push, user # noqa: F401
from app.models import car, expense, gamification, push, user # noqa: F401
TEST_BOT_TOKEN = "123456:test-token"
TEST_INTERNAL_TOKEN = "internal-test-token"