#!python
import sys
import mule.driver

def main():
    return mule.driver.main()

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