]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/blob - helpers/actions/command.py
Move actions to separate files
[perso/Immae/Projets/Python/MusicSampler.git] / helpers / actions / command.py
1 def run(action, command="", **kwargs):
2 # FIXME: todo
3 pass
4
5 def description(action, command="", **kwargs):
6 return "running command {}".format(command)