Add another class to torch.legacy.nn

Hello,

Im trying to add another class to torch.legacy.nn because I’m working on expending load_lua function.

how can I do it?
Is there any instructions on how to do it in the same format of the other classes in that folder?

Thanks,

Did you add an include to torch/legacy/nn/__init__.py?