Added NFC backend

This commit is contained in:
Fabio Manganiello 2019-07-09 01:44:31 +02:00
parent 0a97bb2345
commit 24d3810e44
6 changed files with 317 additions and 47 deletions
docs/source

View file

@ -207,6 +207,8 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
'soundfile',
'numpy',
'cv2',
'nfc',
'ndef',
]
sys.path.insert(0, os.path.abspath('../..'))