''' Immplements module amake.py from test 2 ''' def med( v, w, x, y, z ) : pass if ( __name__ == "__main__" ) : from test2 import test_med test_med()