fenrir/src/fenrir-package/core/commands.py
2016-07-10 15:43:15 +02:00

20 lines
287 B
Python

#!/bin/python
#from commands import curr_line
#from commands import shut_up
commandInfo = {
'currCommand': '',
'commandCueue':[]
}
commands = {
'onnInput':{
},
'onScreenChanged':{
},
'commands':{
# 'curr_line': curr_line.command(),
# 'shut_up': shut_up.command()
}
}