scratchattach
scratchattach copied to clipboard
remove backpack json loader subclasses?
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