Files
ds_drone_bot/api/models/responses.py
T

9 lines
127 B
Python
Raw Normal View History

2025-07-24 14:27:56 +01:00
# api/models/responses.py
from pydantic import BaseModel
class ChatResponse(BaseModel):
status: str
message: str