#!/usr/bin/python3

import sys

from codespell_lib import _script_main


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