Bare bones of a config service

This commit is contained in:
Cyber MacGeddon 2025-03-31 23:32:15 +01:00
parent 21bda863a7
commit 3b74a37a2b
6 changed files with 227 additions and 0 deletions

View file

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