_Question_: Should the Entlet class inherit from MutableMapping? _Pro_: Formalizes the interface and makes possible future subclassing easier. _Con_: Make interact poorly with upcoming changes to `.add`
Question: Should the Entlet class inherit from MutableMapping?
Pro: Formalizes the interface and makes possible future subclassing easier.
Con: Make interact poorly with upcoming changes to
.add