blob: 5cd9e5bca8ee90fdc98cd8736d1e79fa5512045e [file] [log] [blame]
from __future__ import absolute_import
import textwrap
def DALS(s):
"dedent and left-strip"
return textwrap.dedent(s).lstrip()