#!@@HOMEBREW_CELLAR@@/pdfalyzer/1.19.6_1/libexec/bin/python
import sys
from rich_argparse_plus import example
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(example())
