If I want to split my code into multiple files, I can just write bash script like this:
cat first.py second.py third.py > run.py python ./run.py