Beispiel #1
0
 def __init__(self):
     ColorPrinter.__init__(self)
     LogPrinter.__init__(self)
Beispiel #2
0
 def __init__(self, output=sys.stdout):
     ColorPrinter.__init__(self)
     LogPrinter.__init__(self)
     self.output = output