From ef79f4d157fc576eeb0f54e01d827f277de35708 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 11 Aug 2022 19:23:40 -0700 Subject: codegen python client using newer generator (v6.0.1) --- python_openapi_client/fatcat_openapi_client/model/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python_openapi_client/fatcat_openapi_client/model/__init__.py (limited to 'python_openapi_client/fatcat_openapi_client/model/__init__.py') diff --git a/python_openapi_client/fatcat_openapi_client/model/__init__.py b/python_openapi_client/fatcat_openapi_client/model/__init__.py new file mode 100644 index 00000000..2d61d1c9 --- /dev/null +++ b/python_openapi_client/fatcat_openapi_client/model/__init__.py @@ -0,0 +1,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 -- cgit v1.2.3