upload stuff

This commit is contained in:
chrys
2016-08-15 01:41:47 +02:00
parent 821a46697e
commit 3d5d048a4b
3 changed files with 54 additions and 2 deletions

View File

@ -0,0 +1,13 @@
#!/bin/python
class command():
def __init__(self):
pass
def run(self, environment):
environment['input']['keyForeward'] = True
environment['runtime']['outputManager'].presentText(environment, 'Foreward next keypress', interrupt=True)
return environment
def setCallback(self, callback):
pass
def shutdown(self):
pass