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