# abc.ABC - pydoc - phpman

Help on class ABC in abc:

abc.ABC = class ABC(builtins.object)
 |  Helper class that provides a standard way to create an ABC using
 |  inheritance.
 |
 |  Data and other attributes defined here:
 |
 |  __abstractmethods__ = frozenset()

