diff options
| author | Gubolin <gubolin@fantasymail.de> | 2015-02-21 15:35:31 +0100 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2015-02-21 15:35:31 +0100 |
| commit | fd4b0b4b8ad927362f8ac37e2437ac412686fce2 (patch) | |
| tree | 27da329eec16b1878c41d783ff3c382cb1bf7d52 /example.py | |
| parent | 37f5d8e57f5ffe7825e9a2f48473fda677b6a13f (diff) | |
| download | blockext-fd4b0b4b8ad927362f8ac37e2437ac412686fce2.tar.gz blockext-fd4b0b4b8ad927362f8ac37e2437ac412686fce2.zip | |
Diffstat (limited to 'example.py')
| -rw-r--r-- | example.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -32,6 +32,11 @@ class Example: print(text) time.sleep(duration) + @command("multiple %s inputs are %s allowed") + def argstest(self, arg1, arg2): + print(arg1) + print(arg2) + @command("play note %n") def play_note(self, note): print("DING {note}".format(note=note)) |
