python.partial_header.mustache Maven / Gradle / Ivy
"""
{{#appName}}
{{{appName}}}
{{/appName}}
{{#appDescription}}
{{{appDescription}}} # noqa: E501
{{/appDescription}}
{{#version}}
The version of the OpenAPI document: {{{version}}}
{{/version}}
{{#infoEmail}}
Contact: {{{infoEmail}}}
{{/infoEmail}}
Generated by: https://openapi-generator.tech
"""