trinity.algorithm.key_mapper module

Key Mapper

class trinity.algorithm.key_mapper.KeyMapper(to_trinity_map: Dict[str, str])[source]

Bases: object

__init__(to_trinity_map: Dict[str, str])[source]
to_trinity(key: str) str[source]
from_trinity(key: str) str[source]