change tif/tcc targets to be more variable

This commit is contained in:
Josh Burman
2021-09-08 11:25:55 -04:00
parent 8ac5d5efdb
commit 4a8952fae3
4 changed files with 11 additions and 14 deletions

View File

@ -4,4 +4,4 @@ from typing import List
from models.item import Item
class Form(BaseModel):
items: List[Item]
items: List[int]