from qpdk import cells, PDK

PDK.activate()
c = cells.bend_s(size=(20, 3), allow_min_radius_violation=True).copy()
c.draw_ports()
c.plot()