These types still have a __dict__, since they inherit from Enum, but using __slots__ for the inherited properties can still improve access times.
These types still have a __dict__, since they inherit from Enum, but using __slots__ for the inherited properties can still improve access times.