From e330c34a0c24a5408766d167e75a3994ccc0a7c3 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Wed, 9 Sep 2020 19:40:50 -0700 Subject: [PATCH] import layer_t at top level --- masque/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/masque/__init__.py b/masque/__init__.py index 7087b00..896d2ac 100644 --- a/masque/__init__.py +++ b/masque/__init__.py @@ -31,6 +31,7 @@ from .shapes import Shape from .label import Label from .subpattern import SubPattern from .pattern import Pattern +from .utils import layer_t __author__ = 'Jan Petykiewicz'