diff --git a/03.Code/업로드용/handlers/template/tools/header_footer.py b/03.Code/업로드용/handlers/template/tools/header_footer.py new file mode 100644 index 0000000..85dac2b --- /dev/null +++ b/03.Code/업로드용/handlers/template/tools/header_footer.py @@ -0,0 +1,3 @@ +# 헤더/푸터 추출기 +def extract_header_footer(xml): + pass