This commit is contained in:
2026-06-11 02:22:51 +05:30
parent c3d43e5493
commit 9c718e81eb
1704 changed files with 321358 additions and 9 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/home/bishwajeet/test/neft_server_txn_process/.venv/bin/python3
# -*- 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())