init
This commit is contained in:
commit
cb3743dbe8
59 changed files with 21340 additions and 0 deletions
14
src/control/schemas.py
Normal file
14
src/control/schemas.py
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
"""
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue