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