basic frontend and backend functionality. Need to test with actual livestream
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
from pydantic import BaseModel
|
||||
from typing import Optional
|
||||
|
||||
|
||||
class Group(BaseModel):
|
||||
name: str
|
||||
bio: str
|
||||
id: int | None = None
|
||||
livestream_id: str = ""
|
||||
id: Optional[int] = None
|
||||
|
||||
Reference in New Issue
Block a user