项目文件夹

文件
2026-07-13 13:32:23 +08:00

10 行
159 B
Python

# Copyright (C) CVAT.ai Corporation
#
# SPDX-License-Identifier: MIT
from __future__ import annotations
class CloudStorageMissingError(Exception):
pass