Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Azure
GitHub Repository: Azure/Azure-Sentinel-Notebooks
Path: blob/master/src/SentinelUtilities/SentinelWidgets/__init__.py
3255 views
1
# pylint: disable-msg=C0103
2
"""
3
SentinelWidgets: This package provides helper functionalities for UI comonents.
4
"""
5
6
# __init__.py
7
from .widget_view_helper import *
8
9