from qpdk import cells, PDK

PDK.activate()
c = cells.straight_all_angle(length=10, npoints=2).copy()
c.draw_ports()
c.plot()