call all python scripts using `python3 script.py` instead of making them executables. Use: ``` if __name__ == "__main__": // code here ``` to test each module