class HelloWorld: """docstring for SampleModule.""" def run(self): print("This shows that your installation is working correctly.") print("You can now start using the tool.")