"I forgot to implement that method."
This sentence has caused production bugs.
Python's ABCs (Abstract Base Classes) prevent this.
Now any storage backend must implement these methods.
Forget one? Python tells you at instantiation, so you'll catch it in time:
