{{#imports}}{{.}}{{/imports}}


{{#models}}
class {{class_name}}:
    {{#attributes}}
    {{name}}: {{data_type}}
    {{/attributes}}
{{/models}}
