Upload template/tools/header_footer.py

This commit is contained in:
2026-03-19 13:54:37 +09:00
parent 0cf88fc8d4
commit ed534f0cf2

View File

@@ -0,0 +1,11 @@
# -*- coding: utf-8 -*-
"""
머리말/꼬리말 추출 도구
"""
import re
def extract_header(raw_xml: dict, parsed: dict = None) -> list | None:
return []
def extract_footer(raw_xml: dict, parsed: dict = None) -> list | None:
return []