cvat-ai--cvat
10 行
207 B
Python
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"
|