diff --git a/trustgraph-flow/scripts/rev-gateway b/trustgraph-flow/scripts/rev-gateway new file mode 100755 index 00000000..708c6c96 --- /dev/null +++ b/trustgraph-flow/scripts/rev-gateway @@ -0,0 +1,6 @@ +#!/usr/bin/env python3 + +from trustgraph.rev_gateway import run + +run() +