From 2d3fd196a60afdb602eff9003352e8067fa96b37 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:41 +0900 Subject: [PATCH] Upload handlers/template/processor.py --- 03.Code/업로드용/handlers/template/processor.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/03.Code/업로드용/handlers/template/processor.py b/03.Code/업로드용/handlers/template/processor.py index 69aa602..27f1b41 100644 --- a/03.Code/업로드용/handlers/template/processor.py +++ b/03.Code/업로드용/handlers/template/processor.py @@ -1,3 +1,2 @@ -# 템플릿 처리기 -class TemplateProcessor: - pass +# -*- coding: utf-8 -*- +... (content) ...