5 lines
114 B
Python
5 lines
114 B
Python
from Sound import Sound
|
|
|
|
class Twenty(Sound):
|
|
def __init__(self):
|
|
self.name = '''Speech 2: "Twenty"''' |