项目文件夹

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

10 行
207 B
Python

# Copyright (C) 2022 Intel Corporation
#
# SPDX-License-Identifier: MIT
from rest_framework.renderers import JSONRenderer
class CVATAPIRenderer(JSONRenderer):
media_type = "application/vnd.cvat+json"