import torch.nn as nn class SuperModule(nn.Module): def __init__(self): super(SuperModule, self).__init__()