mirror of
https://github.com/clearml/wexpect-venv
synced 2025-01-31 02:46:59 +00:00
6 lines
62 B
Python
6 lines
62 B
Python
import os, sys
|
|
|
|
print("Hello")
|
|
sys.stdout.flush()
|
|
os._exit(1)
|