Template
mirror of
https://github.com/Nekidev/uv-fastapi-tortoise.git
synced 2026-09-12 19:57:25 +00:00
6 lines
82 B
Python
6 lines
82 B
Python
from pydantic import BaseModel
|
|
|
|
|
|
class MessageSchema(BaseModel):
|
|
message: str
|