smartcli/ts/smartcli.classes.interaction.ts
2016-06-13 12:56:42 +02:00

6 lines
98 B
TypeScript

import "typings-global";
import * as plugins from "./smartcli.plugins";
export class Command {
}