import gdsfactory as gf

gf.gpdk.PDK.activate()

c = gf.components.coupler_ring_bend(coupler_gap=0.2, coupling_angle_coverage=90, length_x=0, cross_section_inner='strip', cross_section_outer='strip', bend_output='bend_euler', straight='straight').copy()
c.draw_ports()
c.plot()