''' Immplements module fi.py from test 2 ''' def ser( n ): pass if ( __name__ == "__main__" ) : from test2 import test_ser test_ser()