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