''' Purpose: Solve the module cre.py question. ''' def tea( v, r, c ) : pass if ( __name__ == "__main__" ) : from test2 import test_cre test_cre()