5 lines
75 B
Python
5 lines
75 B
Python
|
|
class Voicemail():
|
|
def __init__(self, base):
|
|
|
|
self.base = base |