Bases: object
Base class for components.
Every component can declare what extension points it provides, as well as what extension points of other components it extends.
Can be used in the class definiton of Component subclasses to declare the extension points that are extended.