From 070069cb6eb71b92a9c4e46f3d4cfabb67f4eb3f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 5 Sep 2019 18:44:40 -0700 Subject: rename python client to 'fatcat-openapi-client' --- python_openapi_client/fatcat_openapi_client/api/__init__.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python_openapi_client/fatcat_openapi_client/api/__init__.py (limited to 'python_openapi_client/fatcat_openapi_client/api/__init__.py') diff --git a/python_openapi_client/fatcat_openapi_client/api/__init__.py b/python_openapi_client/fatcat_openapi_client/api/__init__.py new file mode 100644 index 00000000..cdd759f9 --- /dev/null +++ b/python_openapi_client/fatcat_openapi_client/api/__init__.py @@ -0,0 +1,6 @@ +from __future__ import absolute_import + +# flake8: noqa + +# import apis into api package +from fatcat_openapi_client.api.default_api import DefaultApi -- cgit v1.2.3