#!/usr/bin/python3.12
import sys
from gpep517.__main__ import main
sys.exit(main())
