mirror of
https://github.com/python/cpython.git
synced 2026-01-30 14:46:17 +00: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())
|