mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-28 17:06:31 +02:00
3 lines
71 B
Python
3 lines
71 B
Python
import pya
|
|
print("Hello, world " + str(pya.DBox(0, 0, 42, -42)) + "!")
|