blob: 2d61d1c9fa74a253d0eb57e3c576c64c989f5f6d (
plain)
1
2
3
4
5
|
# 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 fatcat_openapi_client.models import ModelA, ModelB
|