File: __init__.py

package info (click to toggle)
python-azure 20181112%2Bgit-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 407,300 kB
  • sloc: python: 717,190; makefile: 201; sh: 76
file content (54 lines) | stat: -rw-r--r-- 1,887 bytes parent folder | download
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
52
53
54
# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
#
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
# --------------------------------------------------------------------------

try:
    from .app_sku_info_py3 import AppSkuInfo
    from .app_py3 import App
    from .app_patch_py3 import AppPatch
    from .resource_py3 import Resource
    from .error_response_body_py3 import ErrorResponseBody
    from .error_details_py3 import ErrorDetails, ErrorDetailsException
    from .operation_display_py3 import OperationDisplay
    from .operation_py3 import Operation
    from .operation_inputs_py3 import OperationInputs
    from .app_availability_info_py3 import AppAvailabilityInfo
except (SyntaxError, ImportError):
    from .app_sku_info import AppSkuInfo
    from .app import App
    from .app_patch import AppPatch
    from .resource import Resource
    from .error_response_body import ErrorResponseBody
    from .error_details import ErrorDetails, ErrorDetailsException
    from .operation_display import OperationDisplay
    from .operation import Operation
    from .operation_inputs import OperationInputs
    from .app_availability_info import AppAvailabilityInfo
from .app_paged import AppPaged
from .operation_paged import OperationPaged
from .iot_central_client_enums import (
    AppSku,
)

__all__ = [
    'AppSkuInfo',
    'App',
    'AppPatch',
    'Resource',
    'ErrorResponseBody',
    'ErrorDetails', 'ErrorDetailsException',
    'OperationDisplay',
    'Operation',
    'OperationInputs',
    'AppAvailabilityInfo',
    'AppPaged',
    'OperationPaged',
    'AppSku',
]