From a78c3c5662520c6567f7372f6e87d08bce1f88ba 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:38 +0900 Subject: [PATCH] Upload template/tools/numbering.py --- .../handlers/template/tools/numbering.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 03.Code/geulbeot_업로드용/handlers/template/tools/numbering.py diff --git a/03.Code/geulbeot_업로드용/handlers/template/tools/numbering.py b/03.Code/geulbeot_업로드용/handlers/template/tools/numbering.py new file mode 100644 index 0000000..242449b --- /dev/null +++ b/03.Code/geulbeot_업로드용/handlers/template/tools/numbering.py @@ -0,0 +1,8 @@ +# -*- coding: utf-8 -*- +""" +번호 매기기 추출 도구 +""" +import re + +def extract(raw_xml: dict, parsed: dict = None) -> dict | None: + return {}