#!/usr/bin/env python

from greetings import greeting, printer

printer.print_stdout(greeting.message)
