initial commit
This commit is contained in:
7
backend/models.py
Normal file
7
backend/models.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from typing import Optional
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class MsgPayload(BaseModel):
|
||||
msg_id: Optional[int]
|
||||
msg_name: str
|
||||
Reference in New Issue
Block a user