diff --git a/03.Code/geulbeot_업로드용/handlers/template/semantic_mapper.py b/03.Code/geulbeot_업로드용/handlers/template/semantic_mapper.py new file mode 100644 index 0000000..db2e86e --- /dev/null +++ b/03.Code/geulbeot_업로드용/handlers/template/semantic_mapper.py @@ -0,0 +1,7 @@ +# -*- coding: utf-8 -*- +""" +세만틱 매퍼 +""" +class SemanticMapper: + def map(self, content: str, template_info: dict) -> dict: + return {}