mirror of
https://github.com/python/cpython.git
synced 2025-07-21 10:15:46 +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())
|