"""Find redundant comments in Python code
"""
__version__ = '0.1.2'
__all__ = ['Checker']

from ._checker import Checker  # isort: skip
