1# --------------------------------------------------------------------------------------------
2# Copyright (c) Microsoft Corporation. All rights reserved.
3# Licensed under the MIT License. See License.txt in the project root for license information.
4# --------------------------------------------------------------------------------------------
5
6"""The programming interfaces which 3rd party application can depend on."""
7
8# pylint: disable=unused-import
9
10from ._environment import get_config_dir
11from ._profile import load_subscriptions
12
13from ._completers import get_subscription_id_list
14from .decorators import suppress_all_exceptions
15