mirror of
https://github.com/python/cpython.git
synced 2025-10-22 09:23:54 +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())
|