HOME


Mini Shell 1.0
DIR: /snap/certbot/4482/lib/python3.12/site-packages/setuptools/tests/
Upload File :
Current File : //snap/certbot/4482/lib/python3.12/site-packages/setuptools/tests/textwrap.py
import textwrap


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