upend/tools/upend_py/upend/util.py

3 lines
66 B
Python
Raw Normal View History

2021-06-19 18:44:32 +02:00
def escape(text: str) -> str:
return text.replace('"', '\\"')