From d3ffef61e17ee4d16571dcc193ef74b5a95705c4 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 13:01:45 +0900 Subject: [PATCH] Upload handlers/template/tools/char_style.py --- 03.Code/업로드용/handlers/template/tools/char_style.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/03.Code/업로드용/handlers/template/tools/char_style.py b/03.Code/업로드용/handlers/template/tools/char_style.py index bf04392..27f1b41 100644 --- a/03.Code/업로드용/handlers/template/tools/char_style.py +++ b/03.Code/업로드용/handlers/template/tools/char_style.py @@ -1,3 +1,2 @@ -# 글자 스타일 추출기 -def extract_char_style(xml): - pass +# -*- coding: utf-8 -*- +... (content) ...