7 lines
184 B
Python
7 lines
184 B
Python
|
|
# Copyright (C) CVAT.ai Corporation
|
||
|
|
#
|
||
|
|
# SPDX-License-Identifier: MIT
|
||
|
|
|
||
|
|
# Reexport symbols for public SDK API
|
||
|
|
from cvat_sdk.api_client.models import * # pylint: disable=wildcard-import
|