stub for raw linux sensors

This commit is contained in:
Dan Ballard 2012-04-08 09:46:20 -07:00
parent cab089ca2c
commit 03e10a093a
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
class CpuMonitor:
def __init__(self):
self.stats = {}
def update(self):
self.stats = {}