fix for python 3.12 - re.compile SyntaxWarning
[smsapi-python.git] / smsapi / sms / __init__.py
blobf45c0c155cdf6e6fe7fbbd878b77fea7a355826d
1 # -*- coding: utf-8 -*-
3 default_response = 'json'
5 response_format_param = {'format': default_response}