#!/usr/bin/env python3

from trustgraph.storage.triples.neo4j import run

run()

