class CpuMonitor: def __init__(self): self.stats = {} def update(self): self.stats = {}