#include "master.h"

int main(int argc, char **argv)
{
	start_standalone_factor(argc,argv);
	return 0;
}