added tcc and tif results to form

This commit is contained in:
Josh Burman
2021-10-30 07:15:49 +00:00
parent 3b83aad6bd
commit 5bd3eb7b90
4 changed files with 42 additions and 11 deletions

View File

@ -1,5 +1,7 @@
from pydantic import BaseModel
from typing import Optional
class Target(BaseModel):
theta: float
value: float
result: Optional[float]