diff options
Diffstat (limited to 'python/fatcat_client/models/__init__.py')
-rw-r--r-- | python/fatcat_client/models/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/fatcat_client/models/__init__.py b/python/fatcat_client/models/__init__.py index e09fe3e4..fb0f9ab1 100644 --- a/python/fatcat_client/models/__init__.py +++ b/python/fatcat_client/models/__init__.py @@ -25,8 +25,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 |