System-Monitoring-Daemon/sensors/linux/__init__.py

7 lines
95 B
Python

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