A very basic tutorial
pip install your_project_name
Let s see if this work
say_hello('Alexis')
'Hello Alexis!'
o = HelloSayer("Alexis") o.say()