Работа с модулем abc(Abstract Base Classes)

abc - абстрактный базовый класс

Ссылки

  1.    pymotw.com. ABC
  2.    python-course.eu. Python3 abstract classes.
  3.    PEP 3119 -- Introducing Abstract Base Classes
  4.    docs.python.org. abc — Abstract Base Classes
  5.    docs.python.org. abc — module - collections.abc
  6.    dbader.org. Abstract Base Classes in Python
  7.    Interfaces in Python: Protocols and ABCs