#!/bin/bash

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