Repository URL to install this package:
|
Version:
80.9.0 ▾
|
import textwrap
def DALS(s):
"dedent and left-strip"
return textwrap.dedent(s).lstrip()