Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Azure
GitHub Repository: Azure/Azure-Sentinel-Notebooks
Path: blob/master/src/SentinelUtilities/SentinelAzure/__init__.py
3255 views
1
# pylint: disable-msg=C0103
2
# pylint: disable=line-too-long
3
"""
4
SentinelAzure: This package is developed for initializing and manipulating Python client objects of Azure Resource Management
5
"""
6
7
# __init__.py
8
from .azure_loganalytics_helper import *
9
10