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

7 lines
95 B
Python
Raw Normal View History

2012-04-08 16:46:20 +00:00
class CpuMonitor:
def __init__(self):
self.stats = {}
def update(self):
self.stats = {}