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) ...