added iif and tif functions

This commit is contained in:
Josh Burman
2021-10-29 19:19:12 +00:00
parent 258915b08f
commit 3b83aad6bd
5 changed files with 35 additions and 1 deletions

View File

@ -8,3 +8,4 @@ class Item(BaseModel):
attributes: List[Attribute]
b_param: int
irf: float = 0.00
iif: float = 0.00