Files
aza/AzA march 2026 - Kopie/deploy/.venv_build/Lib/site-packages/setuptools/tests/textwrap.py

7 lines
98 B
Python
Raw Normal View History

2026-03-25 13:42:48 +01:00
import textwrap
def DALS(s):
"dedent and left-strip"
return textwrap.dedent(s).lstrip()