[library] Split library.py into multiple files
This commit is contained in:
parent
4c64352152
commit
02a3708b30
9 changed files with 2952 additions and 2842 deletions
|
|
@ -18,7 +18,8 @@ import klamath
|
|||
from . import gdsii
|
||||
from .utils import tmpfile
|
||||
from ..error import LibraryError
|
||||
from ..library import ILibraryView, OverlayLibrary, _SourceEntry, _materialize_detached_pattern
|
||||
from ..library import ILibraryView, OverlayLibrary
|
||||
from ..library.overlay import _SourceEntry, _materialize_detached_pattern
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from collections.abc import Iterator, Mapping
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue