D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
cloudlinux
/
venv
/
lib64
/
python3.11
/
site-packages
/
setuptools
/
tests
/
Filename :
textwrap.py
back
Copy
import textwrap def DALS(s): "dedent and left-strip" return textwrap.dedent(s).lstrip()