module hunt.database.driver.mysql.impl.command.DebugCommand;

import hunt.database.base.impl.command.CommandBase;
import hunt.Object;

class DebugCommand : CommandBase!(Void) {
}