DACBench
DACBench copied to clipboard
Move instances into Dataclasses
The usage of dataclasses will improve the handling of different cases, as the varying handling can be implemented within the dataclass. Could also be used to prevent code duplicates as typical functions for the dataclass can be directly implemented.
https://docs.python.org/3/library/dataclasses.html