smartcli/ts/smartcli.classes.interaction.ts

8 lines
132 B
TypeScript
Raw Normal View History

2016-06-13 10:56:42 +00:00
import "typings-global";
import * as plugins from "./smartcli.plugins";
2016-06-16 00:58:45 +00:00
export class Question {
constructor(){
}
2016-06-13 10:56:42 +00:00
}