28 lines
662 B
Python
28 lines
662 B
Python
![]() |
# flake8: noqa
|
||
|
|
||
|
"""
|
||
|
xpan
|
||
|
|
||
|
xpanapi # noqa: E501
|
||
|
|
||
|
The version of the OpenAPI document: 0.1
|
||
|
Generated by: https://openapi-generator.tech
|
||
|
"""
|
||
|
|
||
|
|
||
|
__version__ = "1.0.0"
|
||
|
|
||
|
# import ApiClient
|
||
|
from openapi_client.api_client import ApiClient
|
||
|
|
||
|
# import Configuration
|
||
|
from openapi_client.configuration import Configuration
|
||
|
|
||
|
# import exceptions
|
||
|
from openapi_client.exceptions import OpenApiException
|
||
|
from openapi_client.exceptions import ApiAttributeError
|
||
|
from openapi_client.exceptions import ApiTypeError
|
||
|
from openapi_client.exceptions import ApiValueError
|
||
|
from openapi_client.exceptions import ApiKeyError
|
||
|
from openapi_client.exceptions import ApiException
|