hnc-eduard/HNS/Excercises/13082023 ДЗ по фигурам JSON/bin/wheel

11 lines
386 B
Bash
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/sh
'''exec' "/Users/eduardo/Documents/Обучение с Новым Кодом (Артур)/git/hnc-eduard/HNS/Excercises/13082023 ДЗ по фигурам JSON/bin/python" "$0" "$@"
' '''
# -*- coding: utf-8 -*-
import re
import sys
from wheel.cli import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())