Examples
Show here some examples
The following python code can be downloaded from [here]
from skeleton.greeters import FancyHelloWorld
# let's create an instance
gr=FancyHelloWorld(person="Sampsa")
# print the result
print(gr)
As we can see that code works perfectly