forgett files
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#!/bin/python
|
||||
|
||||
class command():
|
||||
def __init__(self):
|
||||
pass
|
||||
def run(self, environment):
|
||||
return environment
|
||||
def setCallback(self, callback):
|
||||
pass
|
||||
def shutdown(self):
|
||||
pass
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,13 @@
|
||||
#!/bin/python
|
||||
from commands import curr_line
|
||||
from commands import shut_up
|
||||
|
||||
commandInfo = {
|
||||
'currCommand': '',
|
||||
'commandCueue':[]
|
||||
}
|
||||
|
||||
commands = {
|
||||
'curr_line': curr_line.command(),
|
||||
'shut_up': shut_up.command()
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
#!/bin/python
|
||||
|
||||
input = {
|
||||
'currShortcut': {},
|
||||
'currShortcutString': ''
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user