20 lines
348 B
Plaintext
20 lines
348 B
Plaintext
|
|
# Copyright (C) 2022 CVAT.ai Corporation
|
||
|
|
#
|
||
|
|
# SPDX-License-Identifier: MIT
|
||
|
|
|
||
|
|
{{#appName}}
|
||
|
|
# {{{.}}}
|
||
|
|
{{/appName}}
|
||
|
|
#
|
||
|
|
{{#appDescription}}
|
||
|
|
# {{{.}}} # noqa: E501
|
||
|
|
{{/appDescription}}
|
||
|
|
#
|
||
|
|
{{#version}}
|
||
|
|
# The version of the OpenAPI document: {{{.}}}
|
||
|
|
{{/version}}
|
||
|
|
{{#infoEmail}}
|
||
|
|
# Contact: {{{.}}}
|
||
|
|
{{/infoEmail}}
|
||
|
|
# Generated by: https://openapi-generator.tech
|