7 lines
204 B
Python
Executable File
7 lines
204 B
Python
Executable File
#!/home/b24014/baron_qa/apps/secretary-api/.venv-migrate/bin/python
|
|
import sys
|
|
from idna.cli import main
|
|
if __name__ == '__main__':
|
|
sys.argv[0] = sys.argv[0].removesuffix('.exe')
|
|
sys.exit(main())
|