From c4f4f2a1d330d8e09021619bbb8dcaac4df0a602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Tue, 26 Jul 2016 16:27:51 +0200 Subject: Move actions to separate files --- helpers/actions/command.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 helpers/actions/command.py (limited to 'helpers/actions/command.py') diff --git a/helpers/actions/command.py b/helpers/actions/command.py new file mode 100644 index 0000000..96f72fe --- /dev/null +++ b/helpers/actions/command.py @@ -0,0 +1,6 @@ +def run(action, command="", **kwargs): + # FIXME: todo + pass + +def description(action, command="", **kwargs): + return "running command {}".format(command) -- cgit v1.2.3