Ejemplo n.º 1
0
 def __init__(self):
     ColorPrinter.__init__(self)
     LogPrinter.__init__(self)
Ejemplo n.º 2
0
 def __init__(self, output=sys.stdout):
     ColorPrinter.__init__(self)
     LogPrinter.__init__(self)
     self.output = output