''' Immplements module khony.py from test 2 ''' def ind( x, y ) : pass if ( __name__ == "__main__" ) : from test2 import test_ind test_ind()