5 lines
109 B
Python
5 lines
109 B
Python
from Sound import Sound
|
|
|
|
class WoW(Sound):
|
|
def __init__(self):
|
|
self.name = '''Speech 7: "WoW."''' |