irt-service/app/models/target.py
2021-09-08 11:26:16 -04:00

6 lines
87 B
Python

from pydantic import BaseModel
class Target(BaseModel):
theta: float
value: float