All Downloads are FREE. Search and download functionalities are using the official Maven repository.

python-pydantic-v1.__init__model.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
# coding: utf-8

# flake8: noqa
{{>partial_header}}

# import models into model package
{{#models}}
{{#model}}
from {{modelPackage}}.{{classFilename}} import {{classname}}
{{/model}}
{{/models}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy