[file.gdsii] rework gdsii module hierarchy
This commit is contained in:
parent
02a3708b30
commit
088c37e9d2
14 changed files with 72 additions and 59 deletions
|
|
@ -12,7 +12,7 @@ from masque import LibraryError
|
|||
|
||||
READERS: dict[str, tuple[str, tuple[str, ...]]] = {
|
||||
'gdsii': ('masque.file.gdsii', ('readfile',)),
|
||||
'gdsii_arrow': ('masque.file.gdsii_arrow', ('readfile', 'arrow_import', 'arrow_convert')),
|
||||
'gdsii_arrow': ('masque.file.gdsii.arrow', ('readfile', 'arrow_import', 'arrow_convert')),
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue