import { Command } from "../../../src/type/command";
export class name extends Command {
constructor() {
super();
this._category = "General";
}