Processor model prototype

This commit is contained in:
Cyber MacGeddon 2024-07-15 17:17:04 +01:00
parent 3565e5c5a9
commit bc34f8b99f
22 changed files with 541 additions and 172 deletions

6
scripts/run-processing Executable file
View file

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