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