#!/bin/sh

export PYTHONPATH=.
python3 camelot/__main__.py $*
