#!/usr/bin/env python

import yujin_tools

if __name__ == "__main__":
    yujin_tools.init_build()


