#include "FRC_Comp_Include.c"

void Initialization()
{
	
}

task Autonomous()
{
	
}

task Human_Control()
{
			
}
