# $Id: SCA_ORController.py,v 1.2 2004/06/02 12:43:27 kester Exp $
# Documentation for SCA_ORController
from SCA_IController import *

class SCA_ORController(SCA_IController):
	"""
	An OR controller activates when any connected sensor activates.
	
	There are no special python methods for this controller.
	"""

