#!/usr/bin/env python3

from trustgraph.retrieval.document_rag import run

run()

