diff --git a/03.Code/업로드용/handlers/template/template_manager.py b/03.Code/업로드용/handlers/template/template_manager.py index b2875d1..27f1b41 100644 --- a/03.Code/업로드용/handlers/template/template_manager.py +++ b/03.Code/업로드용/handlers/template/template_manager.py @@ -1,3 +1,2 @@ -# 템플릿 관리자 -class TemplateManager: - pass +# -*- coding: utf-8 -*- +... (content) ...