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