Sign in
android
/
platform
/
external
/
python
/
markupsafe
/
973b1c44664a3e85d26d35fefd39b6c33903f9cc
/
.
/
bench
/
bench_basic.py
blob: b67eda4b18fb996657665868cb4d36050b735799 [
file
]
from
markupsafe
import
escape
def
run
():
escape
(
"<strong>Hello World!</strong>"
)