add subpattern_t type (generalizattion of SubPattern and GridRepetition)
This commit is contained in:
parent
6b09fc0c20
commit
ee8f015172
4 changed files with 12 additions and 7 deletions
|
|
@ -31,7 +31,7 @@ import pathlib
|
|||
from .error import PatternError, PatternLockedError
|
||||
from .shapes import Shape
|
||||
from .label import Label
|
||||
from .subpattern import SubPattern
|
||||
from .subpattern import SubPattern, subpattern_t
|
||||
from .repetition import GridRepetition
|
||||
from .pattern import Pattern
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue