summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dotbot/__main__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/dotbot/__main__.py b/dotbot/__main__.py
new file mode 100644
index 0000000..9ae637f
--- /dev/null
+++ b/dotbot/__main__.py
@@ -0,0 +1,4 @@
+from .cli import main
+
+if __name__ == "__main__":
+ main()