1# pylint: disable-msg=C0103 2# pylint: disable=line-too-long 3""" 4SentinelAzure: This package is developed for initializing and manipulating Python client objects of Azure Resource Management 5""" 6 7# __init__.py 8from .azure_loganalytics_helper import * 9 10