#!/bin/bash

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