client-py/venv/lib/python3.12/site-packages/setuptools/tests/textwrap.py
2026-05-02 13:34:53 +05:00

6 lines
98 B
Python

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