class Script: def __init__(self, parent, func): super().__init__(parent) self.func = func