[refactor] Init

This commit is contained in:
OleehyO
2025-04-16 14:23:02 +00:00
parent e0cbf2c99f
commit 0cba17d9ce
101 changed files with 1854 additions and 2758 deletions

5
texteller/utils/misc.py Normal file
View File

@@ -0,0 +1,5 @@
from textwrap import dedent
def lines_dedent(s: str) -> str:
return dedent(s).strip()