From fde6c66a42d90c75ffa36673d88c74b33e34525c 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:01:44 +0900 Subject: [PATCH] Upload handlers/template/tools/border_fill.py --- 03.Code/업로드용/handlers/template/tools/border_fill.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/03.Code/업로드용/handlers/template/tools/border_fill.py b/03.Code/업로드용/handlers/template/tools/border_fill.py index c6f3c48..27f1b41 100644 --- a/03.Code/업로드용/handlers/template/tools/border_fill.py +++ b/03.Code/업로드용/handlers/template/tools/border_fill.py @@ -1,3 +1,2 @@ -# 테두리 및 배경 추출기 -def extract_border_fill(xml): - pass +# -*- coding: utf-8 -*- +... (content) ...