6 lines
149 B
Python
6 lines
149 B
Python
from Sound import Sound
|
|
|
|
class YoureGood(Sound):
|
|
def __init__(self):
|
|
self.name = '''Speech 1: "You're good! But I'm still the Champ!"'''
|