diff --git a/src/main/kotlin/frc/team449/robot2024/constants/subsystem/FeederConstants.kt b/src/main/kotlin/frc/team449/robot2024/constants/subsystem/FeederConstants.kt new file mode 100644 index 0000000..ffcf382 --- /dev/null +++ b/src/main/kotlin/frc/team449/robot2024/constants/subsystem/FeederConstants.kt @@ -0,0 +1,4 @@ +package frc.team449.robot2024.constants.subsystem + +object FeederConstants { +} \ No newline at end of file