44 lines
1.6 KiB
Python
44 lines
1.6 KiB
Python
|
|
# coding: utf-8
|
||
|
|
|
||
|
|
# flake8: noqa
|
||
|
|
|
||
|
|
"""
|
||
|
|
PeerNetService API
|
||
|
|
|
||
|
|
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||
|
|
|
||
|
|
The version of the OpenAPI document: 0.0.1
|
||
|
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||
|
|
|
||
|
|
Do not edit the class manually.
|
||
|
|
""" # noqa: E501
|
||
|
|
|
||
|
|
|
||
|
|
__version__ = "1.0.0"
|
||
|
|
|
||
|
|
# import apis into sdk package
|
||
|
|
from openapi_client.api.peer_net_service_api import PeerNetServiceApi
|
||
|
|
|
||
|
|
# import ApiClient
|
||
|
|
from openapi_client.api_response import ApiResponse
|
||
|
|
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.claim_ice_candidates_response import ClaimIceCandidatesResponse
|
||
|
|
from openapi_client.models.google_protobuf_any import GoogleProtobufAny
|
||
|
|
from openapi_client.models.ice_candidate import IceCandidate
|
||
|
|
from openapi_client.models.ice_session_description import IceSessionDescription
|
||
|
|
from openapi_client.models.knock import Knock
|
||
|
|
from openapi_client.models.list_knocks_response import ListKnocksResponse
|
||
|
|
from openapi_client.models.room import Room
|
||
|
|
from openapi_client.models.server import Server
|
||
|
|
from openapi_client.models.service import Service
|
||
|
|
from openapi_client.models.status import Status
|