get rid of NamedPattern in favor of just returning a tuple
This commit is contained in:
parent
9115371b19
commit
cbfbdf66a1
5 changed files with 16 additions and 72 deletions
|
|
@ -32,7 +32,7 @@ from .error import MasqueError, PatternError, LibraryError, BuildError
|
|||
from .shapes import Shape, Polygon, Path, Circle, Arc, Ellipse
|
||||
from .label import Label
|
||||
from .ref import Ref
|
||||
from .pattern import Pattern, NamedPattern
|
||||
from .pattern import Pattern
|
||||
|
||||
from .library import (
|
||||
Library, MutableLibrary,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue