from qpdk import cells, PDK

PDK.activate()
c = cells.circle(radius=10, angle_resolution=2.5, layer='WG').copy()
c.draw_ports()
c.plot()