$ cat something.py #!/usr/bin/env python def test(): '''Just a test function''' return True if __name__ == "__main__": test()