from qpdk import cells, PDK

PDK.activate()
c = cells.indium_bump(diameter=15).copy()
c.draw_ports()
c.plot()