From ab8ce876a3bff23e1d92fc5ebdc1dc15b0bdd803 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 23 May 2016 03:17:19 +0200 Subject: [PATCH] add class smartcli --- ts/smartcli.classes.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ts/smartcli.classes.ts diff --git a/ts/smartcli.classes.ts b/ts/smartcli.classes.ts new file mode 100644 index 0000000..15feca6 --- /dev/null +++ b/ts/smartcli.classes.ts @@ -0,0 +1,6 @@ +export class smartcli { + + constructor(){ + + } +} \ No newline at end of file