mirror of https://github.com/KLayout/klayout.git
python module: import klayout.lay implies klayout.db now to always enable stream readers
This commit is contained in:
parent
a3ff671eb9
commit
04626f9c2b
|
|
@ -1,3 +1,4 @@
|
|||
import klayout.dbcore # enables stream reader plugins
|
||||
import klayout.laycore
|
||||
|
||||
from klayout.laycore import *
|
||||
|
|
|
|||
Loading…
Reference in New Issue