Upload template/semantic_mapper.py
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
세만틱 매퍼
|
||||
"""
|
||||
class SemanticMapper:
|
||||
def map(self, content: str, template_info: dict) -> dict:
|
||||
return {}
|
||||
Reference in New Issue
Block a user