# This Jython script created by MRRM software from MTS Associates # Copyright 2004 import jarray import jmri class MRRM_resetSensors(jmri.jmrit.automat.AbstractAutomaton) : def handle(self): #This code will run exactly one time when invoked return 0 # to stop - causes routine to NOT be called again # end of class definition #activate the script MRRM_resetSensors().start()