11def main(fromf, tof, ftype):
12 """This script converts ProtoWIB binary files into either WIB2, WIBETH, or TDE format"""
15 file_conversion.wib_binary_to_wib2_binary(fromf, tof)
17 file_conversion.wib_binary_to_tde_binary(fromf, tof)
19 file_conversion.wib_binary_to_wibeth_binary(fromf, tof)