mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 09:11:03 +02:00
Basic metering module structure
This commit is contained in:
parent
8085bb0118
commit
74fcba1b3e
7 changed files with 77 additions and 1 deletions
5
scripts/metering
Normal file
5
scripts/metering
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from trustgraph.metering import run
|
||||
|
||||
run()
|
||||
Loading…
Add table
Add a link
Reference in a new issue