mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08: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())
|