ru.cwcode.commands.velocityplatform.velocity.VelocityCommandParser Maven / Gradle / Ivy
package ru.cwcode.commands.velocityplatform.velocity;
import ru.cwcode.commands.Command;
import ru.cwcode.commands.CommandParser;
public class VelocityCommandParser extends CommandParser {
public VelocityCommandParser(Command command) {
super(command);
}
}