aboutsummaryrefslogtreecommitdiff
path: root/bench/bench_short_empty_string.py
blob: 0664a6f9b00bda23b25d7bc631902196b6444962 (plain)
1
2
3
4
5
from markupsafe import escape


def run():
    escape("Hello World!")