-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path__init__.py
More file actions
28 lines (20 loc) · 789 Bytes
/
__init__.py
File metadata and controls
28 lines (20 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# flake8: noqa
"""
OneSignal
A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501
The version of the OpenAPI document: 5.3.0
Contact: devrel@onesignal.com
Generated by: https://openapi-generator.tech
"""
__version__ = "5.3.0"
# import ApiClient
from onesignal.api_client import ApiClient
# import Configuration
from onesignal.configuration import Configuration
# import exceptions
from onesignal.exceptions import OpenApiException
from onesignal.exceptions import ApiAttributeError
from onesignal.exceptions import ApiTypeError
from onesignal.exceptions import ApiValueError
from onesignal.exceptions import ApiKeyError
from onesignal.exceptions import ApiException