students-teach-students / python-tools-for-students

This projects aims to teach students the basics of how to use powerful Python Tools for the day to day life at university.
Apache License 2.0
10 stars 4 forks source link

added shebang #37

Closed s-weigand closed 4 years ago

s-weigand commented 4 years ago

Tips depend on target shell and yours is unknown. Add a shebang. From codacy.com

Pure tooling change, I will self merge this PR.