Upload template/tools/section.py
This commit is contained in:
8
03.Code/geulbeot_업로드용/handlers/template/tools/section.py
Normal file
8
03.Code/geulbeot_업로드용/handlers/template/tools/section.py
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
"""
|
||||||
|
구역 설정 추출 도구
|
||||||
|
"""
|
||||||
|
import re
|
||||||
|
|
||||||
|
def extract(raw_xml: dict, parsed: dict = None) -> dict | None:
|
||||||
|
return {}
|
||||||
Reference in New Issue
Block a user