7 lines
183 B
Python
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()
|