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