5 lines
115 B
Python
5 lines
115 B
Python
from Sound import Sound
|
|
|
|
class Yellow(Sound):
|
|
def __init__(self):
|
|
self.name = '''Speech 26: "Yellow"''' |