Files
karuo-ai/04_卡火(火)/_团队成员/火眸/上帝之眼/.venv311/bin/pyrsa-sign
2026-02-11 19:17:36 +08:00

9 lines
305 B
Python
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/Users/karuo/Documents/个人/卡若AI/04_卡火/_团队成员/火眸/上帝之眼/.venv311/bin/python3.11
# -*- coding: utf-8 -*-
import re
import sys
from rsa.cli import sign
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(sign())