From 4e6dff930df84c3ff8f7d673e3a20197f0943825 Mon Sep 17 00:00:00 2001 From: overcuriousity Date: Wed, 8 Oct 2025 13:30:12 +0200 Subject: [PATCH] run.py --- run.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 run.py diff --git a/run.py b/run.py new file mode 100644 index 0000000..2c5a1fd --- /dev/null +++ b/run.py @@ -0,0 +1,4 @@ +import forensic_trails + +def run(): + forensic_trails.main() \ No newline at end of file