15 lines
320 B
Python
15 lines
320 B
Python
|
|
# Copyright (C) CVAT.ai Corporation
|
||
|
|
#
|
||
|
|
# SPDX-License-Identifier: MIT
|
||
|
|
|
||
|
|
# pylint: disable=unused-import
|
||
|
|
from cvat_sdk.api_client.exceptions import (
|
||
|
|
ApiAttributeError,
|
||
|
|
ApiException,
|
||
|
|
ApiKeyError,
|
||
|
|
ApiTypeError,
|
||
|
|
ApiValueError,
|
||
|
|
OpenApiException,
|
||
|
|
)
|
||
|
|
from cvat_sdk.core.exceptions import CvatSdkException
|