github.com/phrase/openapi@v0.0.0-20240514140800-49e8a106740e/openapi-generator/templates/python/python-experimental/model_templates/model_simple.mustache (about)

     1  class {{unescapedDescription}}(ModelSimple):
     2      """NOTE: This class is auto generated by OpenAPI Generator.
     3      Ref: https://openapi-generator.tech
     4  
     5      Do not edit the class manually.
     6  
     7      Attributes:
     8  {{> python-experimental/model_templates/docstring_allowed }}
     9  {{> python-experimental/model_templates/docstring_openapi_validations }}
    10      """
    11  
    12  {{> python-experimental/model_templates/classvars }}
    13  
    14      @staticmethod
    15      def _composed_schemas():
    16          return None
    17  
    18  {{> python-experimental/model_templates/method_init_normal}}