Add builder submodule, Device and Port definitions, and DeviceLibrary

This commit is contained in:
Jan Petykiewicz 2020-11-09 22:09:47 -08:00
commit 177f9952a5
7 changed files with 1034 additions and 1 deletions

View file

@ -34,7 +34,7 @@ from .label import Label
from .subpattern import SubPattern
from .pattern import Pattern
from .utils import layer_t, annotations_t
from .library import Library
from .library import Library, DeviceLibrary
__author__ = 'Jan Petykiewicz'