diff --git a/03.Code/geulbeot_업로드용/handlers/template/style_generator.py b/03.Code/geulbeot_업로드용/handlers/template/style_generator.py new file mode 100644 index 0000000..7a11554 --- /dev/null +++ b/03.Code/geulbeot_업로드용/handlers/template/style_generator.py @@ -0,0 +1,7 @@ +# -*- coding: utf-8 -*- +""" +스타일 생성기 +""" +class StyleGenerator: + def generate_css(self, template_info: dict) -> str: + return ""