smartcli/ts/smartcli.classes.interaction.ts

6 lines
98 B
TypeScript
Raw Normal View History

2016-06-13 10:56:42 +00:00
import "typings-global";
import * as plugins from "./smartcli.plugins";
export class Command {
}