#!/usr/bin/env bash

# a super simple script to run buzzword
python -m buzzword.start "$@"
