Upload template/tools/content_order.py
This commit is contained in:
@@ -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