diff --git a/03.Code/업로드용/handlers/template/semantic_mapper.py b/03.Code/업로드용/handlers/template/semantic_mapper.py index dffc1e3..27f1b41 100644 --- a/03.Code/업로드용/handlers/template/semantic_mapper.py +++ b/03.Code/업로드용/handlers/template/semantic_mapper.py @@ -1,3 +1,2 @@ -# 의미론적 매퍼 -class SemanticMapper: - pass +# -*- coding: utf-8 -*- +... (content) ...