How to convert response file from resp to polezero? There is a software to do that?

How to convert response file from resp to polezero? There is a software to do that?

Something like this?

from obspy import read_inventory
inv = read_inventory('/path/to/6D6-Trillium-250sps.resp')
inv.write('/tmp/test.sacpz', format='SACPZ')