https://github.com/opencv/cvat
Raw File
Tip revision: 2f8950b61d1cc10db4e4a3c820225f80a32e47df authored by cvat-bot[bot] on 23 November 2023, 13:17:43 UTC
Merge pull request #7169 from opencv/release-2.9.0
Tip revision: 2f8950b
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