aboutsummaryrefslogtreecommitdiffstats
path: root/termcast_server/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to 'termcast_server/__main__.py')
-rw-r--r--termcast_server/__main__.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/termcast_server/__main__.py b/termcast_server/__main__.py
new file mode 100644
index 0000000..d842d0a
--- /dev/null
+++ b/termcast_server/__main__.py
@@ -0,0 +1,5 @@
+import sys
+import termcast_server
+
+server = termcast_server.Server(sys.argv[1])
+server.listen()