import gdsfactory as gf

gf.gpdk.PDK.activate()

c = gf.components.ring_asymmetric(radius=10, length_x=2, length_y=4, straight='straight', bend='bend_circular', cross_section='strip').copy()
c.draw_ports()
c.plot()