diff options
| author | alex <[email protected]> | 2026-07-12 10:19:24 +0200 |
|---|---|---|
| committer | alex <[email protected]> | 2026-07-12 10:19:24 +0200 |
| commit | b63c2933b244feebeb1c26fd31b02e5655a867e1 (patch) | |
| tree | dcd84844a0ccd0ed6c41cb94dbc02e8473c7cec0 /models.py | |
| download | league-discord-widget-main.tar.xz league-discord-widget-main.zip | |
Diffstat (limited to 'models.py')
| -rw-r--r-- | models.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/models.py b/models.py new file mode 100644 index 0000000..ee77fb1 --- /dev/null +++ b/models.py @@ -0,0 +1,10 @@ + +class User: + def __init__(self,discord_id, game_name, tag_line, region, platform, puuid=None): + self.discord_id = discord_id + self.game_name = game_name + self.tag_line = tag_line + self.region = region + self.platform = platform + self.puuid = puuid +
\ No newline at end of file |
