cvat-ai--cvat
8 行
209 B
Python
8 行
209 B
Python
# Copyright (C) 2018-2022 Intel Corporation
|
|
# Copyright (C) CVAT.ai Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
# Force execution of declared symbols
|
|
from .schema import * # pylint: disable=wildcard-import
|