not a need but would be nice to include a shebang at the top of the script. this would enable calling Buzzard like this:
./buzzard.py
instead of like this (as is currently required):
python buzzard.y
the shebang should take the form:
according to stack overflow