#!/usr/bin/env python

from greetings import greeting

print(greeting.message)
