from qpdk import cells, PDK

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