#!/usr/bin/env python3

from trustgraph.api.gateway import run

run()

