File size: 68 Bytes
66340f1
 
 
 
 
1
2
3
4
5
6
from pydantic import BaseModel


class Msg(BaseModel):
    msg: str