summaryrefslogtreecommitdiff
path: root/sysutils/py-azure-cli-base/files/__init__.py
blob: a9dfa5391b9e35b90b146594c5197673b68ab297 (plain) (blame)
1
2
3
4
5
6
7
# --------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------------------------

import pkg_resources
pkg_resources.declare_namespace(__name__)