예제 #1
0
 def __init__(self):
     SensedEvent.__init__(self, "fire_sensor", "Fire!", 2)
예제 #2
0
 def __init__(self):
     SensedEvent.__init__(self, "explosion_sensor", "BOOM!", 1)
예제 #3
0
 def __init__(self):
     SensedEvent.__init__(self, "explosion_sensor", "psssssss!!", 4)
예제 #4
0
 def __init__(self):
     SensedEvent.__init__(self, "fire_sensor", "Fire!", 2)
예제 #5
0
 def __init__(self):
     SensedEvent.__init__(self, "explosion_sensor", "BOOM!", 1)
예제 #6
0
 def __init__(self):
     SensedEvent.__init__(self, "explosion_sensor", "psssssss!!", 4)