$ python3 firetest.py
Type:        Example
String form: <__main__.Example object at 0x1028cf470>
File:        ~/firetest.py

Usage:       firetest.py
             firetest.py hello

$ python3 firetest.py hello
Hello world!

$ python3 firetest.py hello there
Hello there!