diff --git a/03.Code/geulbeot_업로드용/handlers/template/tools/style_def.py b/03.Code/geulbeot_업로드용/handlers/template/tools/style_def.py new file mode 100644 index 0000000..f409a1b --- /dev/null +++ b/03.Code/geulbeot_업로드용/handlers/template/tools/style_def.py @@ -0,0 +1,8 @@ +# -*- coding: utf-8 -*- +""" +스타일 정의 추출 도구 +""" +import re + +def extract(raw_xml: dict, parsed: dict = None) -> list | None: + return []