misp/src/control/schemas.py

15 lines
250 B
Python
Raw Normal View History

2026-05-06 12:02:26 +01:00
"""
Pydantic models for <this module>
Models:
- List: Description
- Models: Description
"""
from src.schemas import CustomBaseModel
from src.control.constants import TimerState
class ControlTimerPutResponse(CustomBaseModel):
state: TimerState