@@ -0,0 +1,6 @@
import textwrap
def DALS(s):
"dedent and left-strip"
return textwrap.dedent(s).lstrip()
The note is not visible to the blocked user.