1 2 3 4 5 6
#!/usr/bin/python3 # -*- coding: utf-8 -*- import sys from gpep517.__main__ import main if __name__ == "__main__": sys.exit(main())