5 lines
136 B
Python
5 lines
136 B
Python
from Sound import Sound
|
|
|
|
class ChallengeChamp(Sound):
|
|
def __init__(self):
|
|
self.name = '''Speech 5: "Challenge the champ!"''' |