Initialisation

This commit is contained in:
2021-07-25 00:20:57 +02:00
commit cead6ee8fa
16 changed files with 303 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/sh
BASEDIR=$(dirname "$0")
export PYTHONPATH="$BASEDIR/../../../../lib/python"
python3 "$BASEDIR/hack.py"