[examples] clean up imports
This commit is contained in:
parent
37418d2137
commit
dfa0259997
5 changed files with 8 additions and 16 deletions
|
|
@ -1,10 +1,9 @@
|
|||
"""
|
||||
Manual wire routing tutorial: Pather and AutoTool
|
||||
"""
|
||||
from collections.abc import Callable
|
||||
from numpy import pi
|
||||
from masque import Pather, RenderPather, Library, Pattern, Port, layer_t, map_layers
|
||||
from masque.builder.tools import AutoTool, PathTool
|
||||
from masque import Pather, Library, Pattern, Port, layer_t
|
||||
from masque.builder.tools import AutoTool, Tool
|
||||
from masque.file.gdsii import writefile
|
||||
|
||||
from basic_shapes import GDS_OPTS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue