DACBench icon indicating copy to clipboard operation
DACBench copied to clipboard

Move instances into Dataclasses

Open TR0l1 opened this issue 2 years ago • 0 comments

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

TR0l1 avatar Oct 30 '23 12:10 TR0l1