Added OTP integration [closes ]

This commit is contained in:
Fabio Manganiello 2020-03-09 01:11:23 +01:00
parent fc7982378a
commit 096f84c865
6 changed files with 190 additions and 0 deletions
docs/source

View file

@ -244,6 +244,7 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
'wave',
'pvporcupine ',
'pvcheetah',
'pyotp',
]
sys.path.insert(0, os.path.abspath('../..'))