Skip to content

Commit

Permalink
Create Feeder.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Shilab66 authored and fyrhanish committed Jan 17, 2024
1 parent a26ab30 commit 72d1ce5
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package com.team4099.robot2023.subsystems.feeder

import edu.wpi.first.wpilibj2.command.SubsystemBase
class Feeder(val io: FeederIO) : SubsystemBase() {

}

0 comments on commit 72d1ce5

Please sign in to comment.