From ef0468c4d619ca66c8d19862396553d0aec45557 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 09:17:05 +0900 Subject: [PATCH] Upload handlers/template/tools/border_fill.py --- 03.Code/업로드용/handlers/template/tools/border_fill.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 03.Code/업로드용/handlers/template/tools/border_fill.py diff --git a/03.Code/업로드용/handlers/template/tools/border_fill.py b/03.Code/업로드용/handlers/template/tools/border_fill.py new file mode 100644 index 0000000..c6f3c48 --- /dev/null +++ b/03.Code/업로드용/handlers/template/tools/border_fill.py @@ -0,0 +1,3 @@ +# 테두리 및 배경 추출기 +def extract_border_fill(xml): + pass