This commit is contained in:
lickthecheese 2020-01-31 17:40:22 -05:00
parent 731289cf39
commit 85728a4311
3 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -1,9 +1,10 @@
# load me
def test():
def test(self, c,n,m):
print('hey')
def init(self):
self.registerCommand('test', test)
self.registerHelp('test', 'test')