hyperboria/nexus/summa/schema/scitech.py

6 lines
162 B
Python
Raw Normal View History

import yaml
from tantipy import TantivyCoder
with open('nexus/summa/schema/scitech.yaml') as file:
scitech_coder = TantivyCoder(yaml.safe_load(file.read()))