File size: 170 Bytes
b58fdc3 | 1 2 3 4 5 6 | # Synthetic dormant source only
import subprocess
def fixture():
return subprocess.run(['python','--version'],check=False).returncode
MARKER='lineage-extra-custom-code'
|
b58fdc3 | 1 2 3 4 5 6 | # Synthetic dormant source only
import subprocess
def fixture():
return subprocess.run(['python','--version'],check=False).returncode
MARKER='lineage-extra-custom-code'
|