1# pylint: disable-msg=C0103 2""" 3SentinelWidgets: This package provides helper functionalities for UI comonents. 4""" 5 6# __init__.py 7from .widget_view_helper import * 8 9