]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/blobdiff - helpers/actions/command.py
Add 'run_command' action
[perso/Immae/Projets/Python/MusicSampler.git] / helpers / actions / command.py
diff --git a/helpers/actions/command.py b/helpers/actions/command.py
deleted file mode 100644 (file)
index 96f72fe..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-def run(action, command="", **kwargs):
-    # FIXME: todo
-    pass
-
-def description(action, command="", **kwargs):
-    return "running command {}".format(command)