diff --git a/03.Code/업로드용/handlers/template/style_generator.py b/03.Code/업로드용/handlers/template/style_generator.py new file mode 100644 index 0000000..6a6b497 --- /dev/null +++ b/03.Code/업로드용/handlers/template/style_generator.py @@ -0,0 +1,3 @@ +# 스타일 생성기 +class StyleGenerator: + pass