```pycon >>> from ExtensionClass import Base >>> class B(Base): "" ... >>> B.__doc__ 'The most base type' ```