mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
8 lines
88 B
Python
Executable file
8 lines
88 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
from trustgraph import TrustGraph
|
|
|
|
t = TrustGraph()
|
|
|
|
t.clear()
|
|
|