PyMOTW: abc – Abstract Base Classes

The abc module provides tools for defining and using abstract base classes for API checks in your code.

Read more at pymotw.com: abc