from qpdk import cells, PDK

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