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