def __init__(self):
     super().__init__()
     self.algs = []
     self.contextMenuActions = \
         [NewPreconfiguredAlgorithmAction(), DeletePreconfiguredAlgorithmAction()]
 def __init__(self):
     AlgorithmProvider.__init__(self)
     self.contextMenuActions = \
         [NewPreconfiguredAlgorithmAction(), DeletePreconfiguredAlgorithmAction()]