예제 #1
0
 def next(self):
     play_sound("bell")
     Step4()
예제 #2
0
 def play_bell_delay(self):
     time.sleep(3)
     play_sound('bell')
예제 #3
0
 def __init__(self, xp=""):
     play_sound("bell")
     StepTemplateCd.__init__(self, xp)
예제 #4
0
 def next(self):
     play_sound('bell')
     Step3()
예제 #5
0
 def next(self):
     play_sound('bell')
     Step2()
예제 #6
0
 def next(self):
     play_sound("bell")
     NextStep(self.xp)
예제 #7
0
 def next(self):
     play_sound("bell")
     NextStep(self.xp)
예제 #8
0
 def next(self):
     play_sound("bell")
     Step4()