Upload template/semantic_mapper.py

This commit is contained in:
2026-03-19 13:54:31 +09:00
parent 4cbc7259cf
commit d49a18365d

View File

@@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
"""
세만틱 매퍼
"""
class SemanticMapper:
def map(self, content: str, template_info: dict) -> dict:
return {}