summaryrefslogtreecommitdiff
path: root/bench/bench_basic.py
blob: b67eda4b18fb996657665868cb4d36050b735799 (plain)
1
2
3
4
5
from markupsafe import escape


def run():
    escape("<strong>Hello World!</strong>")