diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-09 11:11:39 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-09 11:11:39 -0800 |
commit | 6571c1d98aa1e13f28e1d2557408a369d4e3220f (patch) | |
tree | 8ca0fad46741168b6b5c19ba6365a2216895cfb2 /python/fatcat_client/__init__.py | |
parent | 930458761a70338298e8e3d1300bfc5955a8dfb1 (diff) | |
download | fatcat-6571c1d98aa1e13f28e1d2557408a369d4e3220f.tar.gz fatcat-6571c1d98aa1e13f28e1d2557408a369d4e3220f.zip |
start refactor of moving fatcat_client into python_client
Diffstat (limited to 'python/fatcat_client/__init__.py')
-rw-r--r-- | python/fatcat_client/__init__.py | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/python/fatcat_client/__init__.py b/python/fatcat_client/__init__.py deleted file mode 100644 index e9a04942..00000000 --- a/python/fatcat_client/__init__.py +++ /dev/null @@ -1,48 +0,0 @@ -# coding: utf-8 - -# flake8: noqa - -""" - fatcat - - A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501 - - OpenAPI spec version: 0.1.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -# import apis into sdk package -from fatcat_client.api.default_api import DefaultApi - -# import ApiClient -from fatcat_client.api_client import ApiClient -from fatcat_client.configuration import Configuration -# import models into sdk package -from fatcat_client.models.auth_oidc import AuthOidc -from fatcat_client.models.auth_oidc_result import AuthOidcResult -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_edits import EditgroupEdits -from fatcat_client.models.editor import Editor -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.fileset_entity import FilesetEntity -from fatcat_client.models.fileset_entity_manifest import FilesetEntityManifest -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.success import Success -from fatcat_client.models.webcapture_entity import WebcaptureEntity -from fatcat_client.models.webcapture_entity_archive_urls import WebcaptureEntityArchiveUrls -from fatcat_client.models.webcapture_entity_cdx import WebcaptureEntityCdx -from fatcat_client.models.work_entity import WorkEntity |