HACKER097 / wisdom-tree

Wisdom Tree is a TUI concentration app, with features like pomodoro timer, YouTube music player, Lo-fi radio.
MIT License
357 stars 22 forks source link

adding python's 3 shebang #4

Closed iamlambda closed 3 years ago

iamlambda commented 3 years ago

most people (including me) use ./file.py to not have to type the interpreter, it's always a good practice to put the shebang in your script (:

HACKER097 commented 3 years ago

Could this create a problem for Windows users?

HACKER097 commented 3 years ago

wisdom-tree is now a pip library, it won't be needing a shebang.