package com.loohp.limbo.commands;
public interface CommandExecutor {
public void execute(CommandSender sender, String[] args);
}