This commit is contained in:
j 2014-05-18 00:32:08 +02:00
commit fe65cd39bf
3 changed files with 11 additions and 0 deletions

View file

@ -32,6 +32,13 @@ class Stop(Command):
def run(self):
pass
class Update(Command):
"""
Update to latest development version
"""
def run(self):
pass
class Setup(Command):
"""
setup new node