import gdsfactory as gf

gf.gpdk.PDK.activate()

c = gf.components.ring(radius=10, width=0.5, angle_resolution=2.5, layer='WG', angle=360).copy()
c.draw_ports()
c.plot()