mirror of
https://github.com/python/cpython.git
synced 2024-12-01 11:15:56 +01:00
5 lines
82 B
Python
Executable File
5 lines
82 B
Python
Executable File
#!/usr/bin/env python3
|
|
import sys
|
|
from packaging.run import main
|
|
sys.exit(main())
|