garage-admin-sdk-generator/python/garage_admin_sdk/model/__init__.py

6 lines
350 B
Python
Raw Normal View History

2022-09-12 15:02:35 +00:00
# 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
2022-09-13 14:00:03 +00:00
# from garage_admin_sdk.models import ModelA, ModelB