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