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