linux-tools/modules/helloworld/HelloWorld.py

7 lines
200 B
Python
Raw Normal View History

class HelloWorld:
2020-03-05 21:34:17 +01:00
"""docstring for SampleModule."""
def run(self):
print("This shows that your installation is working correctly.")
print("You can now start using the tool.")