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

python.__init__model.handlebars Maven / Gradle / Ivy

There is a newer version: 7.8.0
Show newest version
# we can not import model classes here because that would create a circular
# reference which would not work in python2
# do not import all models into this module because that uses a lot of memory and stack frames
# if you need the ability to import all models from one package, import them with
# from {{packageName}}.models import ModelA, ModelB




© 2015 - 2024 Weber Informatics LLC | Privacy Policy