// SYSTEM PANEL //
[ROOT]
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
setuptools
/
tests
[ PARENT ]
EDIT :: textwrap.py
import textwrap def DALS(s): "dedent and left-strip" return textwrap.dedent(s).lstrip()
SAVE
CANCEL