mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
* Tech spec * Object query service for Cassandra * Gateway support for objects-query * GraphQL query utility * Filters, ordering
6 lines
58 B
Python
6 lines
58 B
Python
#!/usr/bin/env python3
|
|
|
|
from . service import run
|
|
|
|
run()
|
|
|