Files
Solax/myenv/lib/python3.12/site-packages/setuptools/tests/textwrap.py
2024-09-13 09:46:28 +02:00

7 lines
98 B
Python

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