Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Azure
GitHub Repository: Azure/Azure-Sentinel-Notebooks
Path: blob/master/src/SentinelUtilities/SentinelPortal/__init__.py
3255 views
1
# pylint: disable-msg=C0103
2
# pylint: disable=line-too-long
3
"""
4
SentinelPortal: This package is developed for Sentinel notebooks integrating with Sentinel portal
5
"""
6
7
# __init__.py
8
from .bookmark_helper import Constants, BookmarkProperties, BookmarkModel, BookmarkHelper
9
10