''' Implements module line.py for test 2 ''' def y( m, x, b ) : pass if ( __name__ == "__main__" ) : import run run.test_y()