Turn followthemoney entities into a self-contained html graph representation.
$ uvx ftm-graph data.ftm.json output.html
Reading data from stdin:
$ uvx ftm-random --count 20 --connected --schema Person --schema Company --schema Ownership --schema Associate --schema Directorship | uvx ftm-graph - graph.html
Write to a tempfile and open it in the browser:
$ uvx ftm-graph testdata/sample.ftm.json --tempfile
