Basic metering module structure

This commit is contained in:
JackColquitt 2024-09-27 16:57:46 -07:00 committed by Cyber MacGeddon
parent 8085bb0118
commit 74fcba1b3e
7 changed files with 77 additions and 1 deletions

5
scripts/metering Normal file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env python3
from trustgraph.metering import run
run()