feat: leaderboard

This commit is contained in:
Андрей Сумин
2025-03-04 05:46:32 +03:00
parent 257885392f
commit d931cd0112
2 changed files with 21 additions and 2 deletions
-1
View File
@@ -34,7 +34,6 @@ class UserSchema(ModelSchema):
model = User
fields = ["id", "avatar", "email", "username", "created_at"]
class StatSchema(Schema):
total_attempts: int
solved_tasks: int