AttributeError: module 'panel.pane' has no attribute 'Pane'

Hi
I ran into this error in the latest version of Panel .

acc1 = pn.pane.Pane(info_48, name='M1')
           ^^^^^^^^^^^^
AttributeError: module 'panel.pane' has no attribute 'Pane'

regards

Use pn.panel instead.