]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/blob - helpers/actions/stop_all_actions.py
f3fc5fbe58937f9ca95368e3fdaf241858e65c2a
[perso/Immae/Projets/Python/MusicSampler.git] / helpers / actions / stop_all_actions.py
1 def run(action, **kwargs):
2 action.mapping.stop_all_running()
3
4 def description(action, **kwargs):
5 return "stopping all actions"