aboutsummaryrefslogtreecommitdiff
path: root/music_sampler/actions/comment.py
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@fretlink.com>2019-10-20 18:55:57 +0200
committerIsmaël Bouya <ismael.bouya@fretlink.com>2019-10-20 18:55:57 +0200
commitde71c01cd5c6dca3b33201a9effafc6c422fa239 (patch)
treefb8cfa1b50c58c641610e0413b1a77d70072dfe5 /music_sampler/actions/comment.py
parentb3951077630d9f8188fe15fca899f75be41ff4fe (diff)
downloadMusicSampler-de71c01cd5c6dca3b33201a9effafc6c422fa239.tar.gz
MusicSampler-de71c01cd5c6dca3b33201a9effafc6c422fa239.tar.zst
MusicSampler-de71c01cd5c6dca3b33201a9effafc6c422fa239.zip
Add comment action1.5.0
Diffstat (limited to 'music_sampler/actions/comment.py')
-rw-r--r--music_sampler/actions/comment.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/music_sampler/actions/comment.py b/music_sampler/actions/comment.py
new file mode 100644
index 0000000..c7baa82
--- /dev/null
+++ b/music_sampler/actions/comment.py
@@ -0,0 +1,5 @@
1def run(action, music=None, **kwargs):
2 pass
3
4def description(action, message, **kwargs):
5 return message