''' Immplements module kuv.py from test 2 ''' def cro( x, y ): pass if ( __name__ == "__main__" ) : from test2 import test_cro test_cro()