From 931ebeabf4a378b303f6868d34ca66b433d28188 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 22 Sep 2014 23:05:30 -0400 Subject: package this up as a script --- termcast_client/__main__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 termcast_client/__main__.py (limited to 'termcast_client/__main__.py') diff --git a/termcast_client/__main__.py b/termcast_client/__main__.py new file mode 100644 index 0000000..f30a76b --- /dev/null +++ b/termcast_client/__main__.py @@ -0,0 +1,2 @@ +import termcast_client +termcast_client.main() -- cgit v1.2.3-54-g00ecf