first commit

This commit is contained in:
2026-08-21 15:21:29 +02:00
parent e8c6f98182
commit bcb8f9532f
22 changed files with 1980 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
set -eu
HERE=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
export PYTHONPATH="$HERE/src${PYTHONPATH:+:$PYTHONPATH}"
exec python3 -m librenet_scanner "$@"