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