mbuali's picture
Upload folder using huggingface_hub
d1ceb73 verified
raw
history blame contribute delete
98 Bytes
import textwrap
def DALS(s):
"dedent and left-strip"
return textwrap.dedent(s).lstrip()