Code viewer for Mind: New Mind
//import 'fs';

function Mind() 
{ 
	
	this.newRun = function()                  
	{
        //var files = fs.readdirSync('/uploads/');
        console.log(THREE);
	};


	this.getAction = function ( state )		 
	{ 
	  console.log(state)
	  return ( 0 );		 		
	};

		 
	this.endRun = function()                 
	{
	};

}