]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/blob - helpers/actions/stop_all_actions.py
Move actions to separate files
[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"