class ThreadData: def __init__(self): self.status = "running" thread_data = ThreadData()