Added DBus integration [closes ]

This commit is contained in:
Fabio Manganiello 2020-08-16 01:57:30 +02:00
parent af2dbf899d
commit 0659996c48
7 changed files with 229 additions and 1 deletions
docs/source

View file

@ -254,6 +254,9 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
'paramiko',
'luma',
'zeroconf',
'dbus',
'gi',
'gi.repository',
]
sys.path.insert(0, os.path.abspath('../..'))