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.

33 lines
972 B

2 years ago
  1. # coding: utf-8
  2. # flake8: noqa
  3. """
  4. Seaweedfs Master Server API
  5. The Seaweedfs Master Server API allows you to store blobs # noqa: E501
  6. The version of the OpenAPI document: 3.43.0
  7. Generated by: https://openapi-generator.tech
  8. """
  9. from __future__ import absolute_import
  10. __version__ = "1.0.0"
  11. # import apis into sdk package
  12. from openapi_client.api.default_api import DefaultApi
  13. # import ApiClient
  14. from openapi_client.api_client import ApiClient
  15. from openapi_client.configuration import Configuration
  16. from openapi_client.exceptions import OpenApiException
  17. from openapi_client.exceptions import ApiTypeError
  18. from openapi_client.exceptions import ApiValueError
  19. from openapi_client.exceptions import ApiKeyError
  20. from openapi_client.exceptions import ApiAttributeError
  21. from openapi_client.exceptions import ApiException
  22. # import models into sdk package
  23. from openapi_client.models.file_key import FileKey
  24. from openapi_client.models.location import Location