This website requires JavaScript.
Explore
Help
Sign In
luke
/
klayout
Watch
1
Star
0
Fork
0
mirror of
https://github.com/KLayout/klayout.git
synced
2026-09-06 17:33:25 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7b65a31e1ff40cc6f04aa8dcefb7ced69ec38484
klayout
/
testdata
/
bd
/
strmrun.py
T
3 lines
71 B
Python
Raw
Normal View
History
Unescape
Escape
WIP: fixed some build issues, removed some link dependencies which causes issues on Windows.
2018-06-19 20:31:55 +02:00
import
pya
print
(
"Hello, world "
+
str
(
pya
.
DBox
(
0
,
0
,
42
,
-
42
))
+
"!"
)
Reference in New Issue
Copy Permalink