aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_client/__init__.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-06-25 10:45:44 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-06-25 10:45:44 -0700
commit3d53a6f8d3e42de68f0c142b2d1329a66a0b7924 (patch)
tree9896e61fa81d1d3d909efe1649f6095934137458 /python/fatcat_client/__init__.py
parentc2146fe7b5d299dab2692d2346d0037a944ac799 (diff)
downloadfatcat-3d53a6f8d3e42de68f0c142b2d1329a66a0b7924.tar.gz
fatcat-3d53a6f8d3e42de68f0c142b2d1329a66a0b7924.zip
update fatcat codegen
Diffstat (limited to 'python/fatcat_client/__init__.py')
-rw-r--r--python/fatcat_client/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/fatcat_client/__init__.py b/python/fatcat_client/__init__.py
index 0497c101..8aa96f04 100644
--- a/python/fatcat_client/__init__.py
+++ b/python/fatcat_client/__init__.py
@@ -35,5 +35,6 @@ from fatcat_client.models.file_entity import FileEntity
from fatcat_client.models.release_contrib import ReleaseContrib
from fatcat_client.models.release_entity import ReleaseEntity
from fatcat_client.models.release_ref import ReleaseRef
+from fatcat_client.models.stats_response import StatsResponse
from fatcat_client.models.success import Success
from fatcat_client.models.work_entity import WorkEntity