#!/bin/env python3importosimportsysfromconfimportconfimportinitializeimportkernelimportbootdeftest():initialize.gen_requred()# Call this to check initial solutionkernel.make()#################################################################################if__name__=="__main__":test()