Files
aza/AzA march 2026 - Kopie (21)/deploy/.venv_build/Lib/site-packages/setuptools/tests/textwrap.py
2026-05-05 23:36:13 +02:00

7 lines
98 B
Python

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