diff --git a/03.Code/geulbeot_업로드용/handlers/template/tools/page_setup.py b/03.Code/geulbeot_업로드용/handlers/template/tools/page_setup.py new file mode 100644 index 0000000..ad79a59 --- /dev/null +++ b/03.Code/geulbeot_업로드용/handlers/template/tools/page_setup.py @@ -0,0 +1,8 @@ +# -*- coding: utf-8 -*- +""" +페이지 설정 추출 도구 +""" +import re + +def extract(raw_xml: dict, parsed: dict = None) -> dict | None: + return {}