import gdsfactory as gf

gf.gpdk.PDK.activate()

c = gf.components.optimal_90deg(width=100, num_pts=15, length_adjust=1, layer=(1, 0)).copy()
c.draw_ports()
c.plot()