Code refactoring

This commit is contained in:
mirai
2023-03-08 18:59:38 +03:00
parent 0f066d367f
commit a8f296c0f1
11 changed files with 88 additions and 67 deletions
+5
View File
@@ -0,0 +1,5 @@
from pydantic import BaseModel
class Message(BaseModel):
message: str