package cc.fascinated.bat.command; import lombok.AllArgsConstructor; import lombok.Getter; /** * @author Fascinated (fascinated7) */ @AllArgsConstructor @Getter public class BatSubCommand implements BatCommandExecutor { }