X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=music_sampler%2Factions%2Fcomment.py;h=c7baa82f8679228a8699759f1ad5f56dc9f77670;hb=de71c01cd5c6dca3b33201a9effafc6c422fa239;hpb=b3951077630d9f8188fe15fca899f75be41ff4fe;p=perso%2FImmae%2FProjets%2FPython%2FMusicSampler.git 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 @@ +def run(action, music=None, **kwargs): + pass + +def description(action, message, **kwargs): + return message