Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Sep 10, 2024
1 parent 76c4b3e commit a62c18e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions klayout/EBeam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())

0 comments on commit a62c18e

Please sign in to comment.