From e175f693448d70e3e12045fcd4b06942c88c1e9d 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:54:35 +0900 Subject: [PATCH] Upload template/tools/char_style.py --- .../handlers/template/tools/char_style.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 03.Code/geulbeot_업로드용/handlers/template/tools/char_style.py diff --git a/03.Code/geulbeot_업로드용/handlers/template/tools/char_style.py b/03.Code/geulbeot_업로드용/handlers/template/tools/char_style.py new file mode 100644 index 0000000..11a9836 --- /dev/null +++ b/03.Code/geulbeot_업로드용/handlers/template/tools/char_style.py @@ -0,0 +1,8 @@ +# -*- coding: utf-8 -*- +""" +글자 스타일 추출 도구 +""" +import re + +def extract(raw_xml: dict, parsed: dict = None) -> list | None: + return []