You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# coding: utf-8
# flake8: noqa
"""
Seaweedfs Master Server API
The Seaweedfs Master Server API allows you to store blobs # noqa: E501
The version of the OpenAPI document: 3.43.0 Generated by: https://openapi-generator.tech """
from __future__ import absolute_import
__version__ = "1.0.0"
# import apis into sdk package from openapi_client.api.default_api import DefaultApi
# import ApiClient from openapi_client.api_client import ApiClient from openapi_client.configuration import Configuration from openapi_client.exceptions import OpenApiException from openapi_client.exceptions import ApiTypeError from openapi_client.exceptions import ApiValueError from openapi_client.exceptions import ApiKeyError from openapi_client.exceptions import ApiAttributeError from openapi_client.exceptions import ApiException # import models into sdk package from openapi_client.models.file_key import FileKey from openapi_client.models.location import Location
|