This commit is contained in:
Antoine PerreaultE 2024-01-23 19:47:25 -05:00
parent 1eaba7348e
commit fdaf5d81e0

View File

@ -8,7 +8,10 @@ import edu.wpi.first.wpilibj2.command.SubsystemBase;
public class Limelight extends SubsystemBase {
/** Creates a new Limelight. */
public Limelight() {}
public Limelight() {
}
@Override