type widthTable = {
}
type t = widthTable
val load_from_string : string -> (t, int) Result.result
load_from_string str
parse configurations in string str
val load_from_path : string -> (t, int) Result.result
load_from_path path
open and loads the config file from path