5 lines
133 B
Python
5 lines
133 B
Python
from Sound import Sound
|
|
|
|
class YoureChamp(Sound):
|
|
def __init__(self):
|
|
self.name = '''Speech 6: "Good. You're a champ!"''' |