def read_setting_line()

in src/common/utilities.py [0:0]


def read_setting_line(line):
    return line.split('=')[1].lstrip().rstrip()