add .gitignore file
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
class Message(BaseModel):
|
||||
text: str
|
||||
sender_id: int
|
||||
receiver_id: int
|
||||
|
||||
Reference in New Issue
Block a user