def __init__(self, parent): """ NOTE: This could be implemented as decorators... """ self.parent = parent if COLORAMA: colorama.init(autoreset = True)