{
  "permissions": {
    "allow": [
      "Bash(python3 -m http.server 8080)",
      "Bash(kill %1)",
      "Bash(python3 -c \"from PIL import Image; print\\('PIL available'\\)\")",
      "Bash(pip3 install *)",
      "Bash(python3 -m venv /tmp/venv)",
      "Bash(/tmp/venv/bin/pip install *)",
      "Bash(/tmp/venv/bin/python3 *)",
      "Bash(python3 *)",
      "Bash(pkill -f \"python3 -m http.server\")",
      "Bash(curl -s -o /dev/null -w \"%{http_code}\" http://localhost:8080/topography-lab.html)",
      "Bash(curl *)"
    ]
  }
}
