#!/bin/bash
# Copyright @ 2013 Martin Ueding <dev@martin-ueding.de>

# Small launcher script for the main module.

# Licence: GPL 3

set -e
set -u

python -m colout.colout "$@"
