From ee938e9edc9abfc33cdef6dc716eff89aceb5ca6 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 11 Jan 2019 14:54:59 -0800 Subject: codegen python --- python_client/fatcat_client/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python_client/fatcat_client/__init__.py') diff --git a/python_client/fatcat_client/__init__.py b/python_client/fatcat_client/__init__.py index e9a04942..621ca67c 100644 --- a/python_client/fatcat_client/__init__.py +++ b/python_client/fatcat_client/__init__.py @@ -28,6 +28,7 @@ from fatcat_client.models.changelog_entry import ChangelogEntry from fatcat_client.models.container_entity import ContainerEntity from fatcat_client.models.creator_entity import CreatorEntity from fatcat_client.models.editgroup import Editgroup +from fatcat_client.models.editgroup_annotation import EditgroupAnnotation from fatcat_client.models.editgroup_edits import EditgroupEdits from fatcat_client.models.editor import Editor from fatcat_client.models.entity_edit import EntityEdit -- cgit v1.2.3