#!/usr/bin/python

from wombat_foo import wombat_foo

if __name__ == '__main__':
    
    print 'wombat_run'
    wombat_foo.wombat_say()


