mirror of
https://github.com/python/cpython.git
synced 2025-07-27 05:04:15 +00:00
4 lines
82 B
Python
Executable file
4 lines
82 B
Python
Executable file
#!/usr/bin/env python3
|
|
import sys
|
|
from packaging.run import main
|
|
sys.exit(main())
|