scratchattach icon indicating copy to clipboard operation
scratchattach copied to clipboard

remove backpack json loader subclasses?

Open faretek1 opened this issue 5 months ago • 0 comments

Currently, there are seperate classes used to load backpack json. but instead it should really be a seperate method. This way mypy will not complain about type annotation conflicts between the subclasses and superclasses, e.g. Input.from_json and BackpackInput.from_json

I still need to take a look at the code so this issue will be updated

faretek1 avatar Jun 17 '25 17:06 faretek1