''' Implements module just.py for test 2 ''' def one( w, x, y, z ) : pass if ( __name__ == "__main__" ) : import run run.test_one()