8 lines
132 B
TypeScript
8 lines
132 B
TypeScript
import "typings-global";
|
|
import * as plugins from "./smartcli.plugins";
|
|
|
|
export class Question {
|
|
constructor(){
|
|
|
|
}
|
|
} |