mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 00:46:22 +02:00
9 lines
88 B
Text
9 lines
88 B
Text
|
|
#!/usr/bin/env python3
|
||
|
|
|
||
|
|
from trustgraph import TrustGraph
|
||
|
|
|
||
|
|
t = TrustGraph()
|
||
|
|
|
||
|
|
t.clear()
|
||
|
|
|