[refactor] Init
This commit is contained in:
5
texteller/utils/misc.py
Normal file
5
texteller/utils/misc.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from textwrap import dedent
|
||||
|
||||
|
||||
def lines_dedent(s: str) -> str:
|
||||
return dedent(s).strip()
|
||||
Reference in New Issue
Block a user