From 3ef3d44c0dbd00546b3ac394fb6814de324c5261 Mon Sep 17 00:00:00 2001 From: Sachet Korada Date: Tue, 22 Oct 2024 00:06:04 -0400 Subject: [PATCH] test webhook --- .../ftc/teamcode/subsystems/intake/IntakeSubsystem.kt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 TeamCode/src/main/kotlin/org/firstinspires/ftc/teamcode/subsystems/intake/IntakeSubsystem.kt diff --git a/TeamCode/src/main/kotlin/org/firstinspires/ftc/teamcode/subsystems/intake/IntakeSubsystem.kt b/TeamCode/src/main/kotlin/org/firstinspires/ftc/teamcode/subsystems/intake/IntakeSubsystem.kt new file mode 100644 index 0000000..5c298e1 --- /dev/null +++ b/TeamCode/src/main/kotlin/org/firstinspires/ftc/teamcode/subsystems/intake/IntakeSubsystem.kt @@ -0,0 +1,9 @@ +package org.firstinspires.ftc.teamcode.subsystems.intake + +import com.arcrobotics.ftclib.command.SubsystemBase + +class IntakeSubsystem( + +) : SubsystemBase() { + +} \ No newline at end of file