''' Purpose: implements the ph.py problem on test 2 ''' def one( ns ) : pass if ( __name__ == "__main__" ) : import two_tester two_tester.test_one()