Since we're not inheriting from `__dict__`, we could use `__slots__` for attributes to potentially get speed/memory improvements.
Since we're not inheriting from
__dict__, we could use__slots__for attributes to potentially get speed/memory improvements.