#!/bin/bash

# Helper file for development tests: call `wifi2qrcode`.
export PYTHONPATH="$(cd $(dirname $(readlink -f $0))/.. && pwd):$PYTHONPATH"
python3 -m wifi2qrcode $*
