#!/bin/sh

set -e

python3 -c "from proton.vpn import local_agent; print('Module imported successfully')"
