forked from patch-technology/patch-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__init__.py
More file actions
28 lines (20 loc) · 712 Bytes
/
Copy path__init__.py
File metadata and controls
28 lines (20 loc) · 712 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
"""
Patch API V1
The core API used to integrate with Patch's service # noqa: E501
The version of the OpenAPI document: v1
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
__version__ = "1.17.0"
# import ApiClient
from patch_api.api_client import ApiClient
# import Configuration
from patch_api.configuration import Configuration
# import exceptions
from patch_api.exceptions import OpenApiException
from patch_api.exceptions import ApiAttributeError
from patch_api.exceptions import ApiTypeError
from patch_api.exceptions import ApiValueError
from patch_api.exceptions import ApiKeyError
from patch_api.exceptions import ApiException