diff --git a/03.Code/업로드용/handlers/template/tools/font.py b/03.Code/업로드용/handlers/template/tools/font.py index c8aabe9..27f1b41 100644 --- a/03.Code/업로드용/handlers/template/tools/font.py +++ b/03.Code/업로드용/handlers/template/tools/font.py @@ -1,3 +1,2 @@ -# 폰트 정보 추출기 -def extract_font(xml): - pass +# -*- coding: utf-8 -*- +... (content) ...