https://github.com/opencv/cvat
Raw File
Tip revision: c20fac123dea482af03b04a37a704c9788bf0e04 authored by cvat-bot[bot] on 06 November 2023, 15:45:11 UTC
Merge pull request #7103 from opencv/release-2.8.2
Tip revision: c20fac1
models.py
# Copyright (C) 2022 CVAT.ai Corporation
#
# SPDX-License-Identifier: MIT

from cvat_sdk.api_client.models import *  # pylint: disable=unused-import,redefined-builtin
back to top