''' Purpose: Solve the module wid.py question. ''' def get( x, y ) : pass if ( __name__ == "__main__" ) : from test2 import test_wid test_wid()