mirror of
https://github.com/python/cpython.git
synced 2025-10-29 12:44:56 +00:00
5 lines
82 B
Text
5 lines
82 B
Text
|
|
#!/usr/bin/env python3
|
||
|
|
import sys
|
||
|
|
from packaging.run import main
|
||
|
|
sys.exit(main())
|