From a62c18e7e01604244b967adf99dabf959490afce Mon Sep 17 00:00:00 2001 From: Lukas Chrostowski Date: Mon, 9 Sep 2024 23:09:04 -0700 Subject: [PATCH] Update __init__.py --- klayout/EBeam/__init__.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/klayout/EBeam/__init__.py b/klayout/EBeam/__init__.py index d8f61498..5d58b37c 100644 --- a/klayout/EBeam/__init__.py +++ b/klayout/EBeam/__init__.py @@ -10,6 +10,14 @@ # then import all the technology modules from . import pymacros +from .pymacros import ( + SiEPIC_EBeam_Library, + SiEPIC_EBeam_Library_SiN, + SiEPIC_EBeam_Library_Dream, + SiEPIC_EBeam_Library_Beta, + SiEPIC_EBeam_Library_ANT, +) +print(pymacros.__file__) # display the registered libraries print("Loaded technology libraries: %s" % pya.Library.library_names())