add TODOs for testing and delete auto generated comments
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / commands / auton / PassSallyPort.java
CommitLineData
f53566b3
HD
1package org.usfirst.frc.team3501.robot.commands.auton;
2
3import edu.wpi.first.wpilibj.command.CommandGroup;
4
5/**
6 *
7 */
8public class PassSallyPort extends CommandGroup {
f53566b3 9
0022ac84 10 public PassSallyPort() {
f53566b3 11
0022ac84 12 }
f53566b3 13}