cvat-ai--cvat
10 行
159 B
Python
10 行
159 B
Python
# Copyright (C) CVAT.ai Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
from __future__ import annotations
|
|
|
|
|
|
class CloudStorageMissingError(Exception):
|
|
pass
|