Files
aza/backup 24.2.26 - Kopie/deploy/.venv_build/Lib/site-packages/setuptools/tests/textwrap.py
2026-03-25 22:03:39 +01:00

7 lines
98 B
Python

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