Remove shebang from Python modules
This MR removes the #!/usr/bin/env python3
shebang line from all Python modules; these aren't executables, so shouldn't have one.
This MR removes the #!/usr/bin/env python3
shebang line from all Python modules; these aren't executables, so shouldn't have one.