#!/usr/bin/python

import sys
from wombat_foo.wombat_foo import do_run

if __name__ == '__main__':
    
    sys.exit(do_run()) 

