make so does not crash
[ozzloy@gmail.com/3501-spark-go] / src / org / usfirst / frc / team3501 / robot / commands / DriveWithJoysticks.java
index cf5446ad825a7fa3307e632d7243ec45759fcc7d..79d687d454a1621a862046db4671b4c4d42508a0 100644 (file)
@@ -1,9 +1,12 @@
 package org.usfirst.frc.team3501.robot.commands;
 
+import org.usfirst.frc.team3501.bases.Command;
+
 public class DriveWithJoysticks extends Command {
 
     public DriveWithJoysticks() {
         super("DriveWithJoysticks");
+
         requires(drivetrain);
     }