5 lines
139 B
Python
5 lines
139 B
Python
from Sound import Sound
|
|
|
|
class Countdown(Sound):
|
|
def __init__(self):
|
|
self.name = '''Speech 4: "Five, Four, Three, Two, One."''' |