renamed targets to target
This commit is contained in:
parent
4a8952fae3
commit
2906141a8f
5
app/models/target.py
Normal file
5
app/models/target.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
from pydantic import BaseModel
|
||||||
|
|
||||||
|
class Target(BaseModel):
|
||||||
|
theta: float
|
||||||
|
value: float
|
Loading…
x
Reference in New Issue
Block a user