Bone-Market-Solver/bonemarketsolver/objects
Jeremy Saklad 50625cdc27
Add __slots__ to internal parser types
Dynamic properties are not used by these types, so using __slots__ is
slightly more efficient. Public inherited properties are also included.
2021-09-18 19:18:39 -05:00
..
action.py Refactor Action as data class 2021-09-18 19:18:39 -05:00
blacklistaction.py Add __slots__ to internal parser types 2021-09-18 19:18:39 -05:00
bonemarketargumentparser.py Add __slots__ to internal parser types 2021-09-18 19:18:39 -05:00
enumaction.py Add __slots__ to internal parser types 2021-09-18 19:18:39 -05:00
listaction.py Add __slots__ to internal parser types 2021-09-18 19:18:39 -05:00