From 7aaf93709c38ac8a4ed68d823741f239d020e5dd Mon Sep 17 00:00:00 2001 From: Mario Voigt Date: Mon, 3 Mar 2025 12:43:12 +0100 Subject: [PATCH] add official dummy initiator and process initiator --- initiators.ini | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 initiators.ini diff --git a/initiators.ini b/initiators.ini new file mode 100644 index 0000000..7f45df2 --- /dev/null +++ b/initiators.ini @@ -0,0 +1,5 @@ +[dummy] +module = Dummy + +[process] +module = Process