1# pylint: disable-msg=C0103 2""" 3SentinelExceptions: This package is developed for custom exceptions. 4""" 5 6# __init__.py 7from .input_error import InputError 8 9