[docs]classVersionCmd(OasisBaseCommand):""" Prints the installed package version """
[docs]defaction(self,args):""" Prints the version number to the console. :param args: The arguments from the command line :type args: Namespace """print(__version__)