diff --git a/src/main/kotlin/com/team4099/robot2023/subsystems/Shooter/Shooter.kt b/src/main/kotlin/com/team4099/robot2023/subsystems/Shooter/Shooter.kt new file mode 100644 index 00000000..df493fe8 --- /dev/null +++ b/src/main/kotlin/com/team4099/robot2023/subsystems/Shooter/Shooter.kt @@ -0,0 +1,4 @@ +package com.team4099.robot2023.subsystems.Shooter + +class Shooter { +} \ No newline at end of file