This commit is contained in:
chrys
2016-07-10 15:43:15 +02:00
parent e5dad5f4c2
commit 9b5b634fcf
6 changed files with 28 additions and 48 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/python
from commands import curr_line
from commands import shut_up
#from commands import curr_line
#from commands import shut_up
commandInfo = {
'currCommand': '',
@@ -8,6 +8,12 @@ commandInfo = {
}
commands = {
'curr_line': curr_line.command(),
'shut_up': shut_up.command()
'onnInput':{
},
'onScreenChanged':{
},
'commands':{
# 'curr_line': curr_line.command(),
# 'shut_up': shut_up.command()
}
}