aboutsummaryrefslogtreecommitdiffstats
path: root/termcast_client/__main__.py
diff options
context:
space:
mode:
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()