You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gcgj-dify-1.7.0/venv312/bin/readabilipy

9 lines
246 B
Python

#!/home/zdj/value/dify/venv312/bin/python3.12
# -*- coding: utf-8 -*-
import re
import sys
from readabilipy.__main__ import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())