voipms-python/voipms/api/voicemail/__init__.py

5 lines
75 B
Python
Raw Normal View History

2019-08-18 02:02:44 +00:00
class Voicemail():
2019-08-18 02:34:44 +00:00
def __init__(self, base):
2019-08-18 02:34:44 +00:00
self.base = base