1# coding=utf-8
2# --------------------------------------------------------------------------
3# Copyright (c) Microsoft Corporation. All rights reserved.
4# Licensed under the MIT License. See License.txt in the project root for license information.
5# Code generated by Microsoft (R) AutoRest Code Generator.
6# Changes may cause incorrect behavior and will be lost if the code is regenerated.
7# --------------------------------------------------------------------------
8
9try:
10    from ._models_py3 import ErrorFieldContract
11    from ._models_py3 import Resource
12    from ._models_py3 import Workbook
13    from ._models_py3 import WorkbookError
14    from ._models_py3 import WorkbookUpdateParameters
15    from ._models_py3 import WorkbooksListResult
16except (SyntaxError, ImportError):
17    from ._models import ErrorFieldContract  # type: ignore
18    from ._models import Resource  # type: ignore
19    from ._models import Workbook  # type: ignore
20    from ._models import WorkbookError  # type: ignore
21    from ._models import WorkbookUpdateParameters  # type: ignore
22    from ._models import WorkbooksListResult  # type: ignore
23
24from ._application_insights_management_client_enums import (
25    CategoryType,
26    SharedTypeKind,
27)
28
29__all__ = [
30    'ErrorFieldContract',
31    'Resource',
32    'Workbook',
33    'WorkbookError',
34    'WorkbookUpdateParameters',
35    'WorkbooksListResult',
36    'CategoryType',
37    'SharedTypeKind',
38]
39