1# pylint: disable-msg=C0103 2""" 3SentinelLog: This package provides log functionalities. 4""" 5 6# __init__.py 7from .log import Log 8 9