Added SSH plugin [closes ]

This commit is contained in:
Fabio Manganiello 2020-05-23 21:38:08 +02:00
commit 3cdd9e8474
12 changed files with 896 additions and 0 deletions
docs/source

View file

@ -251,6 +251,7 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
'keras',
'pandas',
'samsungtvws',
'paramiko',
]
sys.path.insert(0, os.path.abspath('../..'))