mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-26 00:33:32 +08:00
6 lines
68 B
Python
6 lines
68 B
Python
from pydantic import BaseModel
|
|
|
|
|
|
class Msg(BaseModel):
|
|
msg: str
|