def __init__()

in src/smspark/status.py [0:0]


    def __init__(self, app: Callable, hostname: str):  # type: ignore
        Thread.__init__(self)
        self.logger = logging.getLogger("smspark-submit")
        self.app = app
        self.hostname = hostname