auto stuff

This commit is contained in:
aarav18
2022-01-31 19:05:50 -07:00
parent c6975fa81e
commit 7d67158d00
3 changed files with 18 additions and 26 deletions
@@ -0,0 +1,12 @@
// Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
package frc4388.utility;
/** Add your docs here. */
public class DataLogging {
public DataLogging() {
}
}