import layer_t at top level

This commit is contained in:
Jan Petykiewicz 2020-09-09 19:40:50 -07:00
parent 92a3b9b72e
commit e330c34a0c

View File

@ -31,6 +31,7 @@ from .shapes import Shape
from .label import Label from .label import Label
from .subpattern import SubPattern from .subpattern import SubPattern
from .pattern import Pattern from .pattern import Pattern
from .utils import layer_t
__author__ = 'Jan Petykiewicz' __author__ = 'Jan Petykiewicz'