from AbstractModule import AbstractModule class CmdToolsModule(AbstractModule): def run(self): print("Commandline Tools")