2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-26 07:46:18 +00:00
repo/extra/python-gpep517/files/gpep517.bin

7 lines
135 B
Plaintext
Raw Normal View History

2023-12-28 01:22:14 +00:00
#!/usr/bin/python
# -*- coding: utf-8 -*-
import sys
from gpep517.__main__ import main
if __name__ == "__main__":
sys.exit(main())