From d49a18365dc98be9d999efcddf2b0d5c65d4479a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EA=B2=BD=EB=AF=BC?= Date: Thu, 19 Mar 2026 13:54:31 +0900 Subject: [PATCH] Upload template/semantic_mapper.py --- .../geulbeot_업로드용/handlers/template/semantic_mapper.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 03.Code/geulbeot_업로드용/handlers/template/semantic_mapper.py 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 {}