diff --git a/03.Code/업로드용/handlers/template/tools/header_footer.py b/03.Code/업로드용/handlers/template/tools/header_footer.py index 85dac2b..27f1b41 100644 --- a/03.Code/업로드용/handlers/template/tools/header_footer.py +++ b/03.Code/업로드용/handlers/template/tools/header_footer.py @@ -1,3 +1,2 @@ -# 헤더/푸터 추출기 -def extract_header_footer(xml): - pass +# -*- coding: utf-8 -*- +... (content) ...