renamed to loft service to be more clear, added solution file generation naming via regex, few qol things
This commit is contained in:
@ -6,3 +6,4 @@ from models.attribute import Attribute
|
||||
class Item(BaseModel):
|
||||
id: int
|
||||
attributes: List[Attribute]
|
||||
b_param: int
|
||||
|
Reference in New Issue
Block a user