5 lines
98 B
TypeScript
5 lines
98 B
TypeScript
import { CommandClient } from "./commandclient";
|
|
|
|
export class CBClient extends CommandClient {
|
|
|
|
} |