# Stubs for abc. # Thesee definitions have special processing in type checker. class ABCMeta: ... abstractmethod = object() abstractproperty = object()