diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-11 14:54:59 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-11 14:54:59 -0800 |
commit | ee938e9edc9abfc33cdef6dc716eff89aceb5ca6 (patch) | |
tree | f13c3f43e894e4f671db0e19f972ac21442edbb7 /python_client/fatcat_client/models/__init__.py | |
parent | cfff2da3eb14a32c6942c043113b530b67b316c9 (diff) | |
download | fatcat-ee938e9edc9abfc33cdef6dc716eff89aceb5ca6.tar.gz fatcat-ee938e9edc9abfc33cdef6dc716eff89aceb5ca6.zip |
codegen python
Diffstat (limited to 'python_client/fatcat_client/models/__init__.py')
-rw-r--r-- | python_client/fatcat_client/models/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python_client/fatcat_client/models/__init__.py b/python_client/fatcat_client/models/__init__.py index ef77b4fd..0d21ed7e 100644 --- a/python_client/fatcat_client/models/__init__.py +++ b/python_client/fatcat_client/models/__init__.py @@ -21,6 +21,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 |