diff --git a/03.Code/업로드용/handlers/template/style_generator.py b/03.Code/업로드용/handlers/template/style_generator.py index 6a6b497..27f1b41 100644 --- a/03.Code/업로드용/handlers/template/style_generator.py +++ b/03.Code/업로드용/handlers/template/style_generator.py @@ -1,3 +1,2 @@ -# 스타일 생성기 -class StyleGenerator: - pass +# -*- coding: utf-8 -*- +... (content) ...