From f6d91d116502c95400d1a0d692d8c78ad34d39be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EA=B2=BD=EB=AF=BC?= Date: Thu, 19 Mar 2026 13:01:46 +0900 Subject: [PATCH] Upload handlers/template/tools/content_order.py --- 03.Code/업로드용/handlers/template/tools/content_order.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/03.Code/업로드용/handlers/template/tools/content_order.py b/03.Code/업로드용/handlers/template/tools/content_order.py index 9e2720c..27f1b41 100644 --- a/03.Code/업로드용/handlers/template/tools/content_order.py +++ b/03.Code/업로드용/handlers/template/tools/content_order.py @@ -1,3 +1,2 @@ -# 콘텐츠 순서 분석기 -def analyze_content_order(xml): - pass +# -*- coding: utf-8 -*- +... (content) ...