package frc.robot.constants; public class ClimberConstants { public static final int kMotor1 = 0; public static final int kMotor2 = 1; }