brief-extractor/backend/venv/lib/python3.10/site-packages/setuptools/tests/textwrap.py
2026-03-06 18:42:46 +00:00

6 lines
98 B
Python
Executable file

import textwrap
def DALS(s):
"dedent and left-strip"
return textwrap.dedent(s).lstrip()