mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 21:55:38 +07:00
4 lines
46 B
Python
4 lines
46 B
Python
def f():
|
|
import sys
|
|
sys.exit(1) #pass
|