Added GPS backend

This commit is contained in:
Fabio Manganiello 2019-08-03 02:06:06 +02:00
parent c9dc1aac44
commit 39b0c3b741
6 changed files with 151 additions and 1 deletions
docs/source

View file

@ -221,6 +221,7 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
'pyHS100',
'grpc',
'envirophat',
'gps',
]
sys.path.insert(0, os.path.abspath('../..'))