BLUELOVETH 857eec66f1 ...
2023-06-01 00:41:11 +08:00

7 lines
69 B
Python

D = 10
try:
import test
exit(1)
except ImportError:
pass