6 lines
132 B
Python
6 lines
132 B
Python
|
import time
|
||
|
from masque.file.gdsii_arrow import readfile
|
||
|
|
||
|
#time.sleep(5)
|
||
|
lib, props = readfile('/home/jan/Downloads/sg13g2_io.gds')
|