Your IP : 216.73.216.52


Current Path : /snap/certbot/5451/lib/python3.12/site-packages/setuptools/tests/
Upload File :
Current File : //snap/certbot/5451/lib/python3.12/site-packages/setuptools/tests/textwrap.py

import textwrap


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