import gdsfactory as gf

gf.gpdk.PDK.activate()

c = gf.components.wire_corner_sections(cross_section='metal_routing', port_type='electrical').copy()
c.draw_ports()
c.plot()