Initial commit
This commit is contained in:
6
dist/dicom2pacs.app/Contents/Resources/lib/python3.13/setuptools/tests/textwrap.py
vendored
Executable file
6
dist/dicom2pacs.app/Contents/Resources/lib/python3.13/setuptools/tests/textwrap.py
vendored
Executable 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