Added system monitor integration - closes

This commit is contained in:
Fabio Manganiello 2020-01-07 22:44:23 +01:00
parent 3e2a9c0401
commit 8fe34d541b
7 changed files with 1146 additions and 0 deletions
docs/source

View file

@ -236,6 +236,8 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
'pyfirmata2',
'cups',
'graphyte',
'cpuinfo',
'psutil',
]
sys.path.insert(0, os.path.abspath('../..'))