Plumbed into generic

This commit is contained in:
Cyber MacGeddon 2024-08-13 16:58:16 +01:00
parent a143e4ea4d
commit 428a869a93
11 changed files with 37 additions and 68 deletions

6
scripts/prompt-generic Executable file
View file

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