import gdsfactory as gf

gf.gpdk.PDK.activate()

c = gf.components.crossing().copy()
c.draw_ports()
c.plot()