MarsTechHAN / ch552tool

An open sourced python tool for flashing WCH CH55x series USB microcontroller with bootloader v2.30, v2.31 & v2.40.
GNU General Public License v3.0
154 stars 24 forks source link

add shebang #7

Closed nerdralph closed 3 years ago

nerdralph commented 4 years ago

the script should have: #!/usr/bin/env python3 as the first line.

zoobab commented 4 years ago

Yeah it's annoying...

MarsTechHAN commented 3 years ago

Added in a21b519, I think I will also get this on pypi later.