Base class

This commit is contained in:
Cyber MacGeddon 2026-03-04 13:59:24 +00:00
parent 311c4de970
commit 98ea1fd68a
2 changed files with 2 additions and 0 deletions

View file

@ -122,6 +122,7 @@ triples-write-falkordb = "trustgraph.storage.triples.falkordb:run"
triples-write-memgraph = "trustgraph.storage.triples.memgraph:run"
triples-write-neo4j = "trustgraph.storage.triples.neo4j:run"
wikipedia-lookup = "trustgraph.external.wikipedia:run"
joke-service = "trustgraph.tool_service.joke:run"
[tool.setuptools.packages.find]
include = ["trustgraph*"]