@@ -0,0 +1,9 @@
#!/usr/bin/env bash
if [ -d ".venv" ]; then
. .venv/bin/activate
elif [ -d "venv" ]; then
. venv/bin/activate
fi
python3 main.py
The note is not visible to the blocked user.