def str_to_bool()

in src/preprocessor.py [0:0]


def str_to_bool(s):
    return s.lower() in ("true", "t", "1", 'y')