8 lines
263 B
Python
Executable File
8 lines
263 B
Python
Executable File
#!/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())
|