5 lines
136 B
Python
5 lines
136 B
Python
from Sound import Sound
|
|
|
|
class PlayGently(Sound):
|
|
def __init__(self):
|
|
self.name = '''Speech 21: "Play gently to beat me."''' |