5 lines
126 B
Python
5 lines
126 B
Python
from Sound import Sound
|
|
|
|
class TimeShort(Sound):
|
|
def __init__(self):
|
|
self.name = '''Speech 18: "Time is short."''' |