renamed to loft service to be more clear, added solution file generation naming via regex, few qol things

This commit is contained in:
Josh Burman
2021-10-29 00:10:30 +00:00
parent 3a42d83b76
commit d13574ac08
4 changed files with 20 additions and 11 deletions

View File

@ -6,3 +6,4 @@ from models.attribute import Attribute
class Item(BaseModel):
id: int
attributes: List[Attribute]
b_param: int