I am pretty sure you are missing a shebang at the beginning of your file, for example
#!/usr/bin/env python3
#!/usr/bin/env python2
I am pretty sure you are missing a shebang at the beginning of your file, for example
#!/usr/bin/env python3
#!/usr/bin/env python2