PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
setuptools
/
tests
/
Editing: textwrap.py
import textwrap def DALS(s): "dedent and left-strip" return textwrap.dedent(s).lstrip()
SAVE
CANCEL