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) ...