5 lines
140 B
Python
5 lines
140 B
Python
from Sound import Sound
|
|
|
|
class HighLevel(Sound):
|
|
def __init__(self):
|
|
self.name = '''Speech 20: "Go for the high level board."''' |