Buckets:
| #!/bin/sh | |
| '''exec' "$(dirname -- "$(realpath -- "$0")")/python3.10" "$0" "$@" | |
| ' ''' | |
| # -*- coding: utf-8 -*- | |
| import re | |
| import sys | |
| from pip._internal.cli.main import main | |
| if __name__ == '__main__': | |
| sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) | |
| sys.exit(main()) | |
Xet Storage Details
- Size:
- 286 Bytes
- Xet hash:
- 95dfdd72a5e37235ddd7048ae2cd1adc16a108c5bbe44a5ece63e116ecd43d59
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.