Upload template/style_generator.py

This commit is contained in:
2026-03-19 13:54:32 +09:00
parent d49a18365d
commit 24baaaf705

View File

@@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
"""
스타일 생성기
"""
class StyleGenerator:
def generate_css(self, template_info: dict) -> str:
return ""