7 lines
173 B
Python
7 lines
173 B
Python
|
|
# Copyright (C) CVAT.ai Corporation
|
||
|
|
#
|
||
|
|
# SPDX-License-Identifier: MIT
|
||
|
|
|
||
|
|
# Force execution of fixture definitions
|
||
|
|
from sdk.fixtures import * # pylint: disable=wildcard-import
|