From 3e1a703a397c5e168b4eb976e3aa84e52eff3779 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 09:17:02 +0900 Subject: [PATCH] Upload handlers/template/semantic_mapper.py --- 03.Code/업로드용/handlers/template/semantic_mapper.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 03.Code/업로드용/handlers/template/semantic_mapper.py diff --git a/03.Code/업로드용/handlers/template/semantic_mapper.py b/03.Code/업로드용/handlers/template/semantic_mapper.py new file mode 100644 index 0000000..dffc1e3 --- /dev/null +++ b/03.Code/업로드용/handlers/template/semantic_mapper.py @@ -0,0 +1,3 @@ +# 의미론적 매퍼 +class SemanticMapper: + pass