aboutsummaryrefslogtreecommitdiffstats
path: root/python_openapi_client/fatcat_openapi_client/models/__init__.py
blob: 88b5746d3a43f38e76a62a92cbdc1218e53d1825 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# coding: utf-8

# flake8: noqa
"""
    fatcat

    Fatcat is a scalable, versioned, API-oriented catalog of bibliographic entities and file metadata.   # noqa: E501

    OpenAPI spec version: 0.3.0
    Contact: webservices@archive.org
    Generated by: https://github.com/swagger-api/swagger-codegen.git
"""


from __future__ import absolute_import

# import models into model package
from fatcat_openapi_client.models.auth_oidc import AuthOidc
from fatcat_openapi_client.models.auth_oidc_result import AuthOidcResult
from fatcat_openapi_client.models.changelog_entry import ChangelogEntry
from fatcat_openapi_client.models.container_auto_batch import ContainerAutoBatch
from fatcat_openapi_client.models.container_entity import ContainerEntity
from fatcat_openapi_client.models.creator_auto_batch import CreatorAutoBatch
from fatcat_openapi_client.models.creator_entity import CreatorEntity
from fatcat_openapi_client.models.editgroup import Editgroup
from fatcat_openapi_client.models.editgroup_annotation import EditgroupAnnotation
from fatcat_openapi_client.models.editgroup_edits import EditgroupEdits
from fatcat_openapi_client.models.editor import Editor
from fatcat_openapi_client.models.entity_edit import EntityEdit
from fatcat_openapi_client.models.entity_history_entry import EntityHistoryEntry
from fatcat_openapi_client.models.error_response import ErrorResponse
from fatcat_openapi_client.models.file_auto_batch import FileAutoBatch
from fatcat_openapi_client.models.file_entity import FileEntity
from fatcat_openapi_client.models.file_url import FileUrl
from fatcat_openapi_client.models.fileset_auto_batch import FilesetAutoBatch
from fatcat_openapi_client.models.fileset_entity import FilesetEntity
from fatcat_openapi_client.models.fileset_file import FilesetFile
from fatcat_openapi_client.models.fileset_url import FilesetUrl
from fatcat_openapi_client.models.release_abstract import ReleaseAbstract
from fatcat_openapi_client.models.release_auto_batch import ReleaseAutoBatch
from fatcat_openapi_client.models.release_contrib import ReleaseContrib
from fatcat_openapi_client.models.release_entity import ReleaseEntity
from fatcat_openapi_client.models.release_ext_ids import ReleaseExtIds
from fatcat_openapi_client.models.release_ref import ReleaseRef
from fatcat_openapi_client.models.success import Success
from fatcat_openapi_client.models.webcapture_auto_batch import WebcaptureAutoBatch
from fatcat_openapi_client.models.webcapture_cdx_line import WebcaptureCdxLine
from fatcat_openapi_client.models.webcapture_entity import WebcaptureEntity
from fatcat_openapi_client.models.webcapture_url import WebcaptureUrl
from fatcat_openapi_client.models.work_auto_batch import WorkAutoBatch
from fatcat_openapi_client.models.work_entity import WorkEntity