#!/usr/bin/env python
if __name__ == '__main__':
    import sys
    from refbuild.refbuild import main
    sys.exit(main())
