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