mirror of
https://github.com/python/cpython.git
synced 2025-10-30 05:01:30 +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())
|