This commit is contained in:
gsinghpal
2026-05-16 13:07:50 -04:00
parent 00981a502a
commit 191a9c82be
1290 changed files with 220094 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/Users/gurpreet/Github/Odoo-Modules/tools/fusion_clock_acr_wedge/.venv/bin/python3.12
import sys
from pip._internal.cli.main import main
if __name__ == '__main__':
if sys.argv[0].endswith('.exe'):
sys.argv[0] = sys.argv[0][:-4]
sys.exit(main())