def wrap_as_tag()

in main.py [0:0]


def wrap_as_tag(str):
    return '>' + str + '<'