Esempio n. 1
0
    def __init__(self, out_type='silent', **kwargs):
        ProcessingBase.__init__(self, **kwargs)

        self.prog_count = 0
        self.out_type = out_type
Esempio n. 2
0
 def __init__(self, *args, **kwargs):
     ProcessingBase.__init__(self, *args, **kwargs)