Files
2026-06-17 14:00:51 +02:00

7 lines
183 B
Python

# Actions in this directory or in the user directory can be called before or during a dispatch
import java
import jmri
snd = jmri.jmrit.Sound("resources/sounds/Bell.wav")
snd.play()