aboutsummaryrefslogtreecommitdiffstats
path: root/termcast_client/__main__.py
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-09-22 23:05:30 -0400
committerJesse Luehrs <doy@tozt.net>2014-09-22 23:20:23 -0400
commit931ebeabf4a378b303f6868d34ca66b433d28188 (patch)
treebee094449a09d7f857478abc450c120300320d6d /termcast_client/__main__.py
parent10b2ea0a4876a9ecaae7ab58265ad623b2aa7027 (diff)
downloadpython-termcast-client-931ebeabf4a378b303f6868d34ca66b433d28188.tar.gz
python-termcast-client-931ebeabf4a378b303f6868d34ca66b433d28188.zip
package this up as a script
Diffstat (limited to 'termcast_client/__main__.py')
-rw-r--r--termcast_client/__main__.py2
1 files changed, 2 insertions, 0 deletions
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()