Upload template/style_generator.py
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
스타일 생성기
|
||||
"""
|
||||
class StyleGenerator:
|
||||
def generate_css(self, template_info: dict) -> str:
|
||||
return ""
|
||||
Reference in New Issue
Block a user