architv/soccer-cli

Remove shebang from main.py?

Closed this issue · 2 comments

Hello,

I wanted to know if the line in main.py is needed:

!/usr/bin/env python

Since its a command line project, i do not think you even need the shebang there.

Well it's not really needed. It got there because I took some boilerplate from another of my code which had this.

Fixed with ac2a6fb