File size: 98 Bytes
d1ceb73
 
 
 
 
 
1
2
3
4
5
6
7
import textwrap


def DALS(s):
    "dedent and left-strip"
    return textwrap.dedent(s).lstrip()