ae_python.layer.null_layer
Source code for ae_python.layer.null_layer
from ae_python.layer.layer import Layer
[docs]class NullLayer(Layer):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
from ae_python.layer.layer import Layer
[docs]class NullLayer(Layer):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)