1 2 3 4 5
"""Network modules.""" from .lenet import LeNet from .mlp import MLP __all__ = ["MLP", "LeNet"]