summaryrefslogtreecommitdiff
path: root/ATRI/plugins/anti_effort/models.py
blob: 928c4ec62748c4720d4d5c2a4e12f873d70d7bad (plain)
1
2
3
4
5
6
7
8
9
10
from pydantic import BaseModel


class AntiEffortUserModel(BaseModel):
    user_id: int
    w_user_name: str
    w_user_id: str
    waka_url: str
    last_7_days_count: float
    recent_count: float