split out remote backends

This commit is contained in:
chrys
2018-09-09 19:08:18 +02:00
parent 79b4ac32fb
commit d991a94451
16 changed files with 170 additions and 110 deletions

View File

@@ -11,6 +11,7 @@ runtimeData = {
'screenDriver': None,
'soundDriver': None,
'inputDriver': None,
'remoteDriver': None,
'brailleDriver': None,
'inputManager': None,
'commandManager': None,