#include "master.h"

int main(int argc, char **argv)
{
	init_factor_from_args(NULL,argc,argv,false);
	return 0;
}