#! python3 from umake import make, Config def main(): config = Config() make(config) if __name__ == '__main__': main()