From 24baaaf705837f7ce9c8d5f68766690fe70b9a02 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:54:32 +0900 Subject: [PATCH] Upload template/style_generator.py --- .../geulbeot_업로드용/handlers/template/style_generator.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 03.Code/geulbeot_업로드용/handlers/template/style_generator.py 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 ""