renamed targets to target

This commit is contained in:
Josh Burman 2021-09-08 11:26:16 -04:00
parent 4a8952fae3
commit 2906141a8f

5
app/models/target.py Normal file
View File

@ -0,0 +1,5 @@
from pydantic import BaseModel
class Target(BaseModel):
theta: float
value: float