From 42c236b6a5b3a2f7ddb8b72d60723843ab599134 Mon Sep 17 00:00:00 2001 From: ilgeco Date: Thu, 6 Aug 2026 14:48:09 +0200 Subject: [PATCH] Raptor ggraph explorer main --- tools/raptor_graph_explorer/raptor_graph_explorer/__main__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tools/raptor_graph_explorer/raptor_graph_explorer/__main__.py diff --git a/tools/raptor_graph_explorer/raptor_graph_explorer/__main__.py b/tools/raptor_graph_explorer/raptor_graph_explorer/__main__.py new file mode 100644 index 0000000..eb53e2f --- /dev/null +++ b/tools/raptor_graph_explorer/raptor_graph_explorer/__main__.py @@ -0,0 +1,3 @@ +from .cli import main + +raise SystemExit(main())