first_commit

This commit is contained in:
rpotter6298
2026-04-25 20:35:25 +02:00
commit 9d15860f0b
22 changed files with 2254 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
def main() -> None:
print("Run `python3 -m gibil.scripts.web_daemon` to start the Astrape web UI.")
print("Run `python3 -m gibil.scripts.db_daemon` to start database ingest.")
if __name__ == "__main__":
main()