1# pylint: disable-msg=C0103 2# pylint: disable=line-too-long 3""" 4SentinelPortal: This package is developed for Sentinel notebooks integrating with Sentinel portal 5""" 6 7# __init__.py 8from .bookmark_helper import Constants, BookmarkProperties, BookmarkModel, BookmarkHelper 9 10