working TCC (Test response funciton)

This commit is contained in:
Josh Burman
2021-10-29 18:43:56 +00:00
parent 6b1bbda169
commit 258915b08f
7 changed files with 25 additions and 19 deletions

View File

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