I have a simple python script hello.py and a hello.sh file:
hello.py
hello.sh
#!/bin/bash python -c "from hello import hello; hello()"