# Builds the Python paths.
# KLayout will load the paths listed in this file into sys.path
# unless $KLAYOUT_PYTHONHOME ist set.
# Use KLayout EXPRESSIONS syntax to specify a list of file paths.
[
  combine(inst_path, 'lib/python3.11'),
  combine(inst_path, 'lib/python3.11/lib-dynload'),
  combine(inst_path, 'lib/python3.11/site-packages')
]
