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