aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_client/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_client/__init__.py')
-rw-r--r--python/fatcat_client/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/fatcat_client/__init__.py b/python/fatcat_client/__init__.py
index fca893a7..863892e6 100644
--- a/python/fatcat_client/__init__.py
+++ b/python/fatcat_client/__init__.py
@@ -32,8 +32,10 @@ from fatcat_client.models.entity_edit import EntityEdit
from fatcat_client.models.entity_history_entry import EntityHistoryEntry
from fatcat_client.models.error_response import ErrorResponse
from fatcat_client.models.file_entity import FileEntity
+from fatcat_client.models.file_entity_urls import FileEntityUrls
from fatcat_client.models.release_contrib import ReleaseContrib
from fatcat_client.models.release_entity import ReleaseEntity
+from fatcat_client.models.release_entity_abstracts import ReleaseEntityAbstracts
from fatcat_client.models.release_ref import ReleaseRef
from fatcat_client.models.stats_response import StatsResponse
from fatcat_client.models.success import Success