ashwinR's picture
Upload 245 files
b7a7f32
raw
history blame
68 Bytes
from pydantic import BaseModel
class Msg(BaseModel):
msg: str