#!/opt/hostedtoolcache/Python/3.11.15/x64/bin/python
import sys
from rsa.cli import encrypt
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(encrypt())
