import layer_t at top level

This commit is contained in:
Jan Petykiewicz 2020-09-09 19:40:50 -07:00
parent fea6cc5abb
commit 9e18e35680

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'