2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-16 20:52:28 +00:00
repo/extra/python-gpep517/files/gpep517.bin
2023-12-27 19:22:14 -06:00

7 lines
135 B
Python
Executable File

#!/usr/bin/python
# -*- coding: utf-8 -*-
import sys
from gpep517.__main__ import main
if __name__ == "__main__":
sys.exit(main())