You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
643 B
Python
31 lines
643 B
Python
# Copyright (C) 2022 CVAT.ai Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
# CVAT REST API
|
|
#
|
|
# REST API for Computer Vision Annotation Tool (CVAT) # noqa: E501
|
|
#
|
|
# The version of the OpenAPI document: alpha (2.0)
|
|
# Contact: support@cvat.ai
|
|
# Generated by: https://openapi-generator.tech
|
|
|
|
|
|
# import ApiClient
|
|
from cvat_sdk.api_client import ApiClient
|
|
|
|
# import Configuration
|
|
from cvat_sdk.configuration import Configuration
|
|
|
|
# import exceptions
|
|
from cvat_sdk.exceptions import (
|
|
ApiAttributeError,
|
|
ApiException,
|
|
ApiKeyError,
|
|
ApiTypeError,
|
|
ApiValueError,
|
|
OpenApiException,
|
|
)
|
|
|
|
from .version import VERSION as __version__
|