source
Person (name:str)
A person with a name.
# this is how you use person person = Person("Gianni") person.greet()