mirror of https://github.com/KLayout/klayout.git
3 lines
71 B
Python
3 lines
71 B
Python
|
|
import pya
|
||
|
|
print("Hello, world " + str(pya.DBox(0, 0, 42, -42)) + "!")
|