from glayout.flow.primitives.fet import nmos is working only inside the directory openfasoc/generators/glayout. But this line gives error if I use it in a python file in any other directory. What could be the reason?
But from glayout.flow.pdk.sky130_mapped import sky130_mapped_pdk works in any directory.