DrugEncoder.NULL =========================== `Click here `_ to go back to the reference. .. code-block:: python class NULL(nn.Module): def __init__(self): """""" super(NULL, self).__init__() def forward(self, f): return f