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