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-08-31 18:16:08 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
34dfd5fa96be9e80049c8014a3a4ba2b164bfb10
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