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: ``` #!/usr/bin/env python3 ``` according to [stack overflow](https://stackoverflow.com/questions/6908143/should-i-put-shebang-in-python-scripts-and-what-form-should-it-take)