import gdsfactory as gf

gf.gpdk.PDK.activate()

c = gf.components.add_termination(component='straight').copy()
c.draw_ports()
c.plot()