mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
API-side support for Wikipedia, DBpedia and internet search functions This incorporates a refactor of the API code to break it up, separate classes for endpoints to reduce duplication
6 lines
78 B
Python
Executable file
6 lines
78 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
from trustgraph.external.wikipedia import run
|
|
|
|
run()
|
|
|