mit neuen venv und exe-Files
This commit is contained in:
6
venv3_12/Lib/site-packages/setuptools/tests/textwrap.py
Normal file
6
venv3_12/Lib/site-packages/setuptools/tests/textwrap.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import textwrap
|
||||
|
||||
|
||||
def DALS(s):
|
||||
"dedent and left-strip"
|
||||
return textwrap.dedent(s).lstrip()
|
||||
Reference in New Issue
Block a user