garage-admin-sdk-generator/python/openapi_client/model/__init__.py
2022-09-12 17:02:35 +02:00

6 lines
348 B
Python

# 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 openapi_client.models import ModelA, ModelB