change structure

This commit is contained in:
chrys87 2016-07-08 13:26:31 +02:00 committed by GitHub
parent 42406f7447
commit 9b421ea534
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#!/bin/python
class command():
def __init__(self):
pass
def run(self, environment):
pass
def setCallback(self, callback)
pass
def shutdown(self):
pass