Jeremy Saklad 97aedc0895
Add __slots__ to data enumerations
These types still have a __dict__, since they inherit from Enum, but
using __slots__ for the inherited properties can still improve access
times.
2021-09-18 19:18:40 -05:00
..
2021-09-18 19:18:40 -05:00
2021-09-18 19:18:40 -05:00
2021-09-18 19:18:40 -05:00
2021-09-18 19:18:40 -05:00