mirror of
https://github.com/koloideal/DutyLog.git
synced 2026-06-10 10:25:29 +03:00
8 lines
96 B
Python
8 lines
96 B
Python
from dataclasses import dataclass
|
|
|
|
|
|
@dataclass
|
|
class User:
|
|
id: int
|
|
username: str | None
|