File: __init__.py

package info (click to toggle)
azure-kusto-python 5.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,704 kB
  • sloc: python: 10,633; sh: 13; makefile: 3
file content (4 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (16)
1
2
3
4
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License
"""Init file for azure namespace. https://github.com/Azure/azure-sdk-for-python/wiki/Azure-packaging"""
__path__ = __import__("pkgutil").extend_path(__path__, __name__)