Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Azure
GitHub Repository: Azure/Azure-Sentinel-Notebooks
Path: blob/master/src/SentinelUtilities/SentinelAnomalyLookup/__init__.py
3255 views
1
# pylint: disable-msg=C0103
2
"""
3
SentinelAnomalyLookup: This package is developed for Microsoft Sentinel Anomaly lookup
4
"""
5
6
# __init__.py
7
from .anomaly_lookup_view_helper import AnomalyLookupViewHelper
8
from .anomaly_finder import AnomalyQueries, AnomalyFinder
9
10