get rid of NamedPattern in favor of just returning a tuple

This commit is contained in:
jan 2023-04-06 16:52:01 -07:00
commit cbfbdf66a1
5 changed files with 16 additions and 72 deletions

View file

@ -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,