''' Immplements module mich.py from test 2 ''' def dec( d, s ): pass if ( __name__ == "__main__" ) : from test2 import test_dec test_dec()