def wrap_as_variable()

in main.py [0:0]


def wrap_as_variable(str):
    return '"' + str + '"'