""" Cool module containing functions, classes and other useful things """ def greeter(): """Prints a nice message""" print("Hello World!")