# file: runme.py

from __future__ import print_function

import example

print ("Goodbye")
