已经过时

from paddle.nn.layer.layers import Layer

paddle 2.3以后应该使用如下方式导入

from paddle.nn import Layer