This commit is contained in:
2025-01-12 17:59:27 +01:00
parent 9dfaa38aa5
commit aebe64829a
5 changed files with 113 additions and 9 deletions

View File

@@ -1,5 +1,10 @@
from pydantic import BaseModel
class TwitchSerializer(BaseModel):
id: int
name: str
class StreamerSerializer(BaseModel):
pass
twitch: TwitchSerializer