# /usr/bin/python3.8
from duplicate_detector.__main__ import cli
import sys

if __name__ == "__main__":
    cli()
    sys.exit()
