change structure

This commit is contained in:
chrys87 2016-07-08 11:19:23 +02:00 committed by GitHub
parent 6a0581774c
commit 6855e310b8

View File

@ -1,4 +1,9 @@
#!/bin/python
runtime = {
'speechDriver': None,
'screenDriver': None,
'soundDriver': None,
'inputManager': None,
'debug':None,
}