From 98102e7d313410b8ed048786487450149cc5f31e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EA=B2=BD=EB=AF=BC?= Date: Thu, 19 Mar 2026 09:17:06 +0900 Subject: [PATCH] Upload handlers/template/tools/char_style.py --- 03.Code/업로드용/handlers/template/tools/char_style.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 03.Code/업로드용/handlers/template/tools/char_style.py diff --git a/03.Code/업로드용/handlers/template/tools/char_style.py b/03.Code/업로드용/handlers/template/tools/char_style.py new file mode 100644 index 0000000..bf04392 --- /dev/null +++ b/03.Code/업로드용/handlers/template/tools/char_style.py @@ -0,0 +1,3 @@ +# 글자 스타일 추출기 +def extract_char_style(xml): + pass