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) ...