aboutsummaryrefslogtreecommitdiffstats
path: root/python_openapi_client/fatcat_openapi_client/model/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'python_openapi_client/fatcat_openapi_client/model/__init__.py')
-rw-r--r--python_openapi_client/fatcat_openapi_client/model/__init__.py5
1 files changed, 5 insertions, 0 deletions
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