import torch.nn as nn from . import version class Version(nn.Module): def forward(self) -> str: return version()