mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 17:30:09 +02:00
7 lines
49 B
Python
7 lines
49 B
Python
|
|
import sys
|
|
|
|
print("Before exit()")
|
|
sys.exit(1)
|
|
|