Source code for oasislmf.pytools.converters.tools.weights

from oasislmf.pytools.common.data import vulnerability_weight_headers, vulnerability_weight_dtype, vulnerability_weight_fmt


[docs] headers = vulnerability_weight_headers
[docs] dtype = vulnerability_weight_dtype
[docs] fmt = vulnerability_weight_fmt
[docs] cli_support = ['bintocsv', 'csvtobin']