#!/usr/bin/env python

from xbem.build import build

if __name__ == "__main__":
    try:
        build("build.xbem")
    except Exception as exc:
        print str(exc)
