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

4 lines
102 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):
self._balance = None
self.base = base