
"""SIP SIMPLE Client configuration"""

__all__ = ['config_directory']

import os


config_directory = os.path.expanduser('~/.sipclient')


