diff --git a/03.Code/업로드용/handlers/template/tools/content_order.py b/03.Code/업로드용/handlers/template/tools/content_order.py new file mode 100644 index 0000000..9e2720c --- /dev/null +++ b/03.Code/업로드용/handlers/template/tools/content_order.py @@ -0,0 +1,3 @@ +# 콘텐츠 순서 분석기 +def analyze_content_order(xml): + pass