subfox/.venv/bin/dt

6 lines
196 B
Python
Executable file

#!/home/ed/projects/subfox/.venv/bin/python
import sys
from deep_translator.__main__ import main
if __name__ == '__main__':
sys.argv[0] = sys.argv[0].removesuffix('.exe')
sys.exit(main())