import { Command } from "../../../src/type/command"; export class noCategory extends Command { constructor() { super(); } }